From 483b372321f5bd5d465a8be88d35fcc55ec661e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fernandes?= Date: Mon, 30 Sep 2024 21:42:50 +0100 Subject: [PATCH] Removal of forcing background-color for tabs Fixes #1138, however, now the tabs background colors cannot be changed from firefox/WhiteSur/colors/ css files to accomodate darker style. --- src/other/firefox/WhiteSur/parts/tabsbar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/other/firefox/WhiteSur/parts/tabsbar.css b/src/other/firefox/WhiteSur/parts/tabsbar.css index 965ab588..116c3ac6 100644 --- a/src/other/firefox/WhiteSur/parts/tabsbar.css +++ b/src/other/firefox/WhiteSur/parts/tabsbar.css @@ -79,7 +79,6 @@ /* Tab labels */ tab { color: var(--gnome-tabbar-tab-color) !important; - background-color: var(--gnome-tabbar-tab-background) !important; } tab:hover { color: var(--gnome-tabbar-tab-hover-color) !important;