mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 04:21:07 -08:00
Fix: Unselected Tab - Divide line color hard coded
This commit is contained in:
parent
b1bc3c6ed8
commit
7ff8a98f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@
|
|||
/* Bar Color */
|
||||
opacity: var(--tab-separator-opacity);
|
||||
transition: opacity .2s var(--ease-basic) !important;
|
||||
background-color: var(--toolbarseparator-color) !important;
|
||||
background-color: color-mix(in srgb, currentColor 20%, transparent) !important; /* Replace var(--toolbarseparator-color) - Hard coded for compatibility */
|
||||
}
|
||||
|
||||
.tab-background::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue