Skip to content

Commit 28eb74b

Browse files
authored
Fix display of dropdown menu "buttons" (#16151)
Before this PR: <img width="722" height="306" alt="Screenshot From 2025-11-28 13-04-55" src="https://github.com/user-attachments/assets/8c2d1eb2-6030-43d1-984a-174988c73e76" /> With this PR: <img width="722" height="306" alt="Screenshot From 2025-11-28 13-05-01" src="https://github.com/user-attachments/assets/ae8a344f-b876-44b3-9ddc-aaeebc0dccd4" /> r? @Alexendoo changelog: Fix display of dropdown menu "buttons"
2 parents 21c5ddd + 110649f commit 28eb74b

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)