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:
Abe Jellinek 2024-05-22 14:41:02 -04:00
parent 6d71b2f6e4
commit d24b923542

View file

@ -84,6 +84,6 @@ $menu-icons: (
#zotero-new-collection-menu {
image {
-moz-context-properties: fill, fill-opacity;
fill: var(--fill-secondary);
fill: currentColor;
}
}