make curve color respect selected tab color set by theme

This commit is contained in:
MrOtherGuy 2021-03-14 18:03:37 +02:00
parent 1324f22b33
commit c194c5e62b

View file

@ -34,7 +34,10 @@ See the above repository for updates as well as full license text. */
}
.tabbrowser-tab[selected] > stack::before,
.tabbrowser-tab[selected] > stack::after{ fill: var(--toolbar-bgcolor) !important; stroke: var(--tabs-border-color,transparent); }
.tabbrowser-tab[selected] > stack::after{
fill: var(--lwt-selected-tab-background-color,var(--toolbar-bgcolor)) !important;
stroke: var(--tabs-border-color,transparent);
}
.tabbrowser-tab:hover > stack::after,
.tabbrowser-tab[selected] > stack::after{