icons: Fix opacity

Use opacity prop instead of  fill-opacity to avoid overlapping shapes issues

Fixes #668
This commit is contained in:
Rafael Mardojai CM 2023-09-13 12:56:23 -05:00
parent 434608655d
commit bbb301ee62
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ link[href="chrome://global/skin/dropmarker.css"] + image,
:root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-min .toolbarbutton-icon,
:root[tabsintitlebar][inFullscreen] #window-controls #restore-button .toolbarbutton-icon {
fill: var(--gnome-toolbar-icon-fill) !important;
-moz-context-properties: fill, fill-opacity;
-moz-context-properties: fill;
}
.urlbar-icon:-moz-window-inactive,
#urlbar:-moz-window-inactive image,
@ -65,7 +65,7 @@ link[href="chrome://global/skin/dropmarker.css"] + image,
:root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-restore .toolbarbutton-icon:-moz-window-inactive,
:root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-min .toolbarbutton-icon:-moz-window-inactive,
:root[tabsintitlebar][inFullscreen] #window-controls #restore-button .toolbarbutton-icon {
fill-opacity: 0.5 !important;
opacity: 0.5 !important;
}
/* Dimmed icons */