mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Unselected tab - opacity selectors
This commit is contained in:
parent
2649a20658
commit
5545aa474c
1 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue