mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Fix: Selected Tab - Customize tab weird behaviour #163
This commit is contained in:
parent
c40b4e28fd
commit
3b69ca3db5
1 changed files with 4 additions and 4 deletions
|
|
@ -811,10 +811,10 @@
|
|||
--tab-corner-padding: 1px;
|
||||
}
|
||||
|
||||
:root[gtktiledwindow="true"][lwtheme="true"] tab[visuallyselected] > stack::before,
|
||||
:root:not([gtktiledwindow="true"]) tab[visuallyselected] > stack::before,
|
||||
:root[gtktiledwindow="true"][lwtheme="true"] tab[visuallyselected] > stack::after,
|
||||
:root:not([gtktiledwindow="true"]) tab[visuallyselected] > stack::after {
|
||||
:root:not([customizing="true"])[gtktiledwindow="true"][lwtheme="true"] tab[visuallyselected] > stack::before,
|
||||
:root:not([customizing="true"]):not([gtktiledwindow="true"]) tab[visuallyselected] > stack::before,
|
||||
:root:not([customizing="true"])[gtktiledwindow="true"][lwtheme="true"] tab[visuallyselected] > stack::after,
|
||||
:root:not([customizing="true"]):not([gtktiledwindow="true"]) tab[visuallyselected] > stack::after {
|
||||
/* Box */
|
||||
content: "" !important;
|
||||
display: block !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue