tabsbar: Fix gnomeTheme.activeTabContrast selector

Fixes #689
This commit is contained in:
Rafael Mardojai CM 2023-11-21 12:59:29 -05:00
parent aec58df763
commit 8408e21635
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ tab {
/* OPTIONAL: Add more contrast to the active tab */ /* OPTIONAL: Add more contrast to the active tab */
@media (-moz-bool-pref: "gnomeTheme.activeTabContrast") { @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) { :root:not(:-moz-window-inactive) .tabbrowser-tab:hover > .tab-stack > .tab-background:not(#hack) {
background: var(--gnome-tabbar-tab-active-background-contrast) !important; background: var(--gnome-tabbar-tab-active-background-contrast) !important;
} }