Clean: Prettified Code!

This commit is contained in:
black7375 2021-10-25 01:08:11 +00:00 committed by GitHub Action
parent 83412170e5
commit 6e6f174f0e

View file

@ -2622,8 +2622,14 @@
fill: color-mix(in srgb, rgb(255, 255, 255) 15%, -moz-dialog) !important;
stroke: transparent !important;
}
:root:not([customizing="true"]):not([lwtheme="true"]) #TabsToolbar[brighttext] tab[visuallyselected] > stack::before,
:root:not([customizing="true"]):not([lwtheme="true"]) #TabsToolbar[brighttext] tab[visuallyselected] > stack::after {
:root:not([customizing="true"]):not([lwtheme="true"])
#TabsToolbar[brighttext]
tab[visuallyselected]
> stack::before,
:root:not([customizing="true"]):not([lwtheme="true"])
#TabsToolbar[brighttext]
tab[visuallyselected]
> stack::after {
stroke: transparent !important;
}
}