diff --git a/src/other/firefox/Monterey/parts/tabsbar-alt.css b/src/other/firefox/Monterey/parts/tabsbar-alt.css index c0c016b3..f9570b6b 100644 --- a/src/other/firefox/Monterey/parts/tabsbar-alt.css +++ b/src/other/firefox/Monterey/parts/tabsbar-alt.css @@ -43,6 +43,8 @@ .tab-background { border: none !important; box-shadow: none !important; + outline: none !important; + transition: background-color 200ms !important; } #TabsToolbar .tabbrowser-tab, @@ -56,19 +58,13 @@ color: var(--gnome-tabbar-tab-color) !important; } -.tabbrowser-tab .tab-background:not([selected=true]) { - color: var(--gnome-tabbar-tab-active-color) !important; -} - #TabsToolbar .tab-background { margin: 0 !important; - transition: none; margin-block: 0 !important; } -.tab-background:hover, -.tab-background:is([selected]) { - transition: background 200ms; +.tabbrowser-tab .tab-background:not([selected=true]) { + color: var(--gnome-tabbar-tab-active-color) !important; } .tabbrowser-tab:not([selected=true]) .tab-background { diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index c78db6a0..8a7c38b9 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -46,7 +46,8 @@ .tab-background { background: transparent !important; - transition: background 200ms !important; + transition: background-color 200ms !important; + outline: none !important; } #TabsToolbar .tab-background {