Commit 969cf97e authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Issue #3316719 by jonathan1055, jaydee1818: Add solid background for non-link...

Issue #3316719 by jonathan1055, jaydee1818: Add solid background for non-link dropbutton items in Claro theme
parent 78d09ae1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,3 +2,11 @@
.scheduler-admin-form > .dropbutton-wrapper {
  width: 30%;
}

/* Add default background to dropbutton items in Claro theme. This should only
   affect the non-link group title items, and avoid them being transparent.
   See https://www.drupal.org/project/scheduler/issues/3316719
   and https://www.drupal.org/project/drupal/issues/3317323 */
.scheduler-admin-form .dropbutton__item:first-of-type ~ .dropbutton__item {
  background-color: #f2f4f5;
}