zotero/scss/xulElementPatches/menulist.scss

8 lines
166 B
SCSS
Raw Normal View History

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