From 806024d47e04b6748009a4533a11b667b73317c8 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 30 May 2021 13:02:13 +0900 Subject: [PATCH] Fix: Seleted Tab - Context Line margin at container tab --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 6a97efa..c494e14 100644 --- a/userChrome.css +++ b/userChrome.css @@ -209,6 +209,11 @@ transition: transform 250ms var(--animation-easing-function), opacity 250ms var(--animation-easing-function) !important; /* --animation-easing-function: cubic-bezier(.07, .95, 0, 1); */ } + /* Container Tab */ + .tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line { + margin: unset !important; + } + /** Selected Tab - Box Shadow ***********************************************/ #TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab[visuallyselected="true"] > .tab-stack > .tab-background:-moz-lwtheme { /* Origina: 0 0 1px var(--tab-line-color, rgba(128,128,142,0.9))