From 863800ee8cd599b1f7fad89e017210b859be73c4 Mon Sep 17 00:00:00 2001 From: amnweb <16545063+amnweb@users.noreply.github.com> Date: Fri, 31 May 2024 01:27:30 +0200 Subject: [PATCH] Fixed tabs hover color --- chrome/toolbar/tabbar.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/chrome/toolbar/tabbar.css b/chrome/toolbar/tabbar.css index 8e68211..8d0fb58 100644 --- a/chrome/toolbar/tabbar.css +++ b/chrome/toolbar/tabbar.css @@ -93,12 +93,10 @@ } .tabbrowser-tab:hover .tab-background:not([selected], [multiselected]) { - background-color: color-mix(in srgb, currentColor 8%, transparent) !important; - --fp-tab-corner-bg: color-mix(in srgb, currentColor 8%, transparent) !important; + background-color: color-mix(in srgb, currentColor 5%, transparent) !important; + --fp-tab-corner-bg: color-mix(in srgb, currentColor 5%, transparent) !important; } - - .tab-background:is([selected], [multiselected]) { outline: none !important; } @@ -149,6 +147,7 @@ .tabbrowser-tab:is([visuallyselected], [multiselected]):not([pinned]) { min-width:200px !important; + z-index: 1; } .tab-close-button {