Fix: Unselected Tab - Minor fixes

This commit is contained in:
alstjr7375 2021-07-05 16:38:56 +09:00
parent 816ec43671
commit f92a5958bc

View file

@ -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;