Fix: Selected Tab for photon style - Pinned tab's margin bottom #177

This commit is contained in:
MS_Y 2021-08-19 12:24:43 +00:00 committed by BlaCk_Void
parent be0c8b539d
commit 2be081cd0f

View file

@ -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;
}