From 01dc24695f747314715ab30802e452500e64cfd0 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 22 Oct 2021 11:16:43 +0900 Subject: [PATCH] Fix: Container Tab - Not selected color dimmed --- userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 024d88d..9305bd7 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1961,7 +1961,7 @@ position: absolute !important; /* Shape */ - border-bottom: 2px solid var(--identity-icon-color); + border-bottom: 2px solid color-mix(in srgb, var(--identity-icon-color) 75%, transparent); width: 25%; /* Animate */ @@ -1970,6 +1970,7 @@ } .tabbrowser-tab[visuallyselected]:not([pinned]) .tab-content::before { width: calc(100% - 30px); + border-color: var(--identity-icon-color); } #tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab[visuallyselected]:not([pinned]) .tab-content::before { width: calc(100% - 33px);