From f92a5958bc815867a6777aa7d34f8f35b50041c9 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 5 Jul 2021 16:38:56 +0900 Subject: [PATCH] Fix: Unselected Tab - Minor fixes --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index c4117c4..06de44d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -420,7 +420,7 @@ } .tabbrowser-tab:not([visuallyselected], [multiselected], :hover, :first-child) .tab-background::before, - #tabs-newtab-button:not(:hover)::before { + #tabs-newtab-button:not(:hover, [open])::before { /* Box Model */ content: ""; display: block; @@ -442,7 +442,7 @@ } .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab:not([visuallyselected]) .tab-background::before, - .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + #tabs-newtab-button::before, + .tabbrowser-tab:is([visuallyselected], [multiselected], :hover) ~ #tabs-newtab-button::before, .tabbrowser-tab[first-visible-unpinned-tab]:is([visuallyselected], [multiselected], :hover) .tab-background::before, #tabbrowser-arrowscrollbox[overflowing] tab.tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before { opacity: 0 !important;