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 {
|
||||
image {
|
||||
-moz-context-properties: fill, fill-opacity;
|
||||
fill: var(--fill-secondary);
|
||||
fill: currentColor;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue