Fix display of dropdown menu "buttons"

This commit is contained in:
Guillaume Gomez
2025-11-28 13:09:08 +01:00
parent e567e30a93
commit 110649f0a8
+2 -2
View File
@@ -637,14 +637,14 @@ pre, hr {
display: flex;
}
ul.dropdown-menu li.checkbox > button {
#menu-filters ul.dropdown-menu li.checkbox > button {
border: 0;
width: 100%;
background: var(--theme-popup-bg);
color: var(--fg);
}
ul.dropdown-menu li.checkbox > button:hover {
#menu-filters ul.dropdown-menu li.checkbox > button:hover {
background: var(--theme-hover);
box-shadow: none;
}