mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-14 02:41:14 -07:00
Fix: Selected Tab for photon style - Pinned tab's margin bottom #177
This commit is contained in:
parent
be0c8b539d
commit
2be081cd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -968,7 +968,7 @@
|
|||
.tabbrowser-tab[visuallyselected]::after {
|
||||
border-color: var(--tabs-border-color) !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: var(--tabs-navbar-shadow-size) !important;
|
||||
margin-bottom: 0 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue