zotero/scss/linux/_menupopup.scss
Adomas Venčkauskas 6dae7037e1 Restore GTK-informed widget styling for menupopups on linux
Firefox restyled Linux menupopups at some point to no longer conform to
the DE defined styles for GTK widgets. This removes that custom firefox
styling and uses DE defined values instead. This is especially apparent
on Linux Unity where menupopups are dark in both light and dark themes
by default for apps.
2024-02-14 06:24:00 -05:00

17 lines
259 B
SCSS

menupopup, panel, #search-mode-popup {
--panel-padding-block: initial;
--panel-border-color: initial;
--panel-border-radius: 3px;
}
menupopup {
menu {
menupopup {
margin-top: -4px;
}
}
}
:is(panel, menupopup)::part(content) {
padding: 3px 0;
}