Use text color for icons in New Collection dialog
See 19f4509
, which fixed #3869. This changes that fix to use the current
text color instead of always using --fill-secondary.
Fixes #4153
This commit is contained in:
parent
6d71b2f6e4
commit
d24b923542
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ $menu-icons: (
|
||||||
#zotero-new-collection-menu {
|
#zotero-new-collection-menu {
|
||||||
image {
|
image {
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
fill: var(--fill-secondary);
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue