Commit a4e6229c authored by Harish kumar's avatar Harish kumar Committed by Sascha Eggenberger
Browse files

Issue #3355885 by Harish1688: Dropbutton style issue after Claro update

parent 1694be09
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2731,6 +2731,10 @@ html.js .dropbutton-wrapper:not(.open) .dropbutton__items .dropbutton__item:firs
  display: block;
}

html.js .dropbutton-widget {
  background-color: transparent;
}

html[dir="ltr"].js.no-touchevents .dropbutton--multiple.dropbutton--small .dropbutton__item:first-of-type {
  margin-right: 0;
}
+4 −0
Original line number Diff line number Diff line
@@ -194,6 +194,10 @@ html.js {
  .dropbutton-wrapper:not(.open) .dropbutton__items .dropbutton__item:first-of-type ~ .dropbutton__item {
    display: block;
  }

  .dropbutton-widget {
    background-color: transparent;
  }
}

html.js.no-touchevents {