From 8408e216355edd9683afcf4120826d51b459e159 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Tue, 21 Nov 2023 12:59:29 -0500 Subject: [PATCH] tabsbar: Fix gnomeTheme.activeTabContrast selector Fixes #689 --- theme/parts/tabsbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css index 87d2e80..0ed5b89 100644 --- a/theme/parts/tabsbar.css +++ b/theme/parts/tabsbar.css @@ -537,7 +537,7 @@ tab { /* OPTIONAL: Add more contrast to the active tab */ @media (-moz-bool-pref: "gnomeTheme.activeTabContrast") { - .tab-background[selected=true]:not(#hack), + .tab-background[selected]:not(#hack), :root:not(:-moz-window-inactive) .tabbrowser-tab:hover > .tab-stack > .tab-background:not(#hack) { background: var(--gnome-tabbar-tab-active-background-contrast) !important; }