Skip to content

Commit

Permalink
Fix: Unselected Tab - Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jul 5, 2021
1 parent 816ec43 commit f92a595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit f92a595

Please sign in to comment.