From c194c5e62bf8661244e35316e419ec1215d28c87 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 14 Mar 2021 18:03:37 +0200 Subject: [PATCH] make curve color respect selected tab color set by theme --- chrome/curved_tabs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/curved_tabs.css b/chrome/curved_tabs.css index 4c5c111..7e59091 100644 --- a/chrome/curved_tabs.css +++ b/chrome/curved_tabs.css @@ -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{