Fix: Unselected tab - opacity selectors

This commit is contained in:
alstjr7375 2021-05-18 14:25:05 +09:00
parent 2649a20658
commit 5545aa474c

View file

@ -161,12 +161,8 @@
background-color: var(--toolbarseparator-color) !important;
}
tab.tabbrowser-tab[visuallyselected] + tab.tabbrowser-tab .tab-background::before,
tab.tabbrowser-tab[multiselected] + tab.tabbrowser-tab .tab-background::before,
tab.tabbrowser-tab:hover + tab.tabbrowser-tab .tab-background::before {
opacity: 0 !important;
}
tab.tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + tab.tabbrowser-tab .tab-background::before,
tab.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;
}