This commit is contained in:
alstjr7375 2021-10-25 15:37:47 +09:00
commit 34165e5543

View file

@ -2641,8 +2641,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;
}
}