6b7834876f
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
- Fixed missing dark mode icons in the advanced search dialog. - Corrected inconsistent icon shading in some menus.
8 lines
No EOL
166 B
SCSS
8 lines
No EOL
166 B
SCSS
image {
|
|
-moz-context-properties: fill, fill-opacity;
|
|
fill: var(--fill-secondary);
|
|
|
|
@media (-moz-platform: macos) {
|
|
fill: currentColor;
|
|
}
|
|
} |