zotero/scss/xulElementPatches/menulist.scss
Tom Najdek 6b7834876f
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Fix a couple of issues related to dark mode icons (#4655)
- Fixed missing dark mode icons in the advanced search dialog.
- Corrected inconsistent icon shading in some menus.
2024-09-01 15:48:36 -04:00

8 lines
No EOL
166 B
SCSS

image {
-moz-context-properties: fill, fill-opacity;
fill: var(--fill-secondary);
@media (-moz-platform: macos) {
fill: currentColor;
}
}