Skip to content

Commit 110649f

Browse files
Fix display of dropdown menu "buttons"
1 parent e567e30 commit 110649f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/gh-pages/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,14 +637,14 @@ pre, hr {
637637
display: flex;
638638
}
639639

640-
ul.dropdown-menu li.checkbox > button {
640+
#menu-filters ul.dropdown-menu li.checkbox > button {
641641
border: 0;
642642
width: 100%;
643643
background: var(--theme-popup-bg);
644644
color: var(--fg);
645645
}
646646

647-
ul.dropdown-menu li.checkbox > button:hover {
647+
#menu-filters ul.dropdown-menu li.checkbox > button:hover {
648648
background: var(--theme-hover);
649649
box-shadow: none;
650650
}

0 commit comments

Comments
 (0)