mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-11 03:32:48 -08:00
Fix: Container Tab - Not selected color dimmed
This commit is contained in:
parent
fa70aef49e
commit
01dc24695f
1 changed files with 2 additions and 1 deletions
|
|
@ -1961,7 +1961,7 @@
|
|||
position: absolute !important;
|
||||
|
||||
/* Shape */
|
||||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
border-bottom: 2px solid color-mix(in srgb, var(--identity-icon-color) 75%, transparent);
|
||||
width: 25%;
|
||||
|
||||
/* Animate */
|
||||
|
|
@ -1970,6 +1970,7 @@
|
|||
}
|
||||
.tabbrowser-tab[visuallyselected]:not([pinned]) .tab-content::before {
|
||||
width: calc(100% - 30px);
|
||||
border-color: var(--identity-icon-color);
|
||||
}
|
||||
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab[visuallyselected]:not([pinned]) .tab-content::before {
|
||||
width: calc(100% - 33px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue