From bbb301ee6224698622c9a5a6b975691841caf13b Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 13 Sep 2023 12:56:23 -0500 Subject: [PATCH] icons: Fix opacity Use opacity prop instead of fill-opacity to avoid overlapping shapes issues Fixes #668 --- theme/parts/icons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/parts/icons.css b/theme/parts/icons.css index 57a456d..4c5386c 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -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 */