From dad9b5aafc07c0af6c088b477dbf598e99044592 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 21 May 2021 09:13:58 +0900 Subject: [PATCH] Fix: Remove Bottom Rounded Coner - Doesn't support Yet --- userChrome.css | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/userChrome.css b/userChrome.css index c2e7762..5702e48 100644 --- a/userChrome.css +++ b/userChrome.css @@ -137,38 +137,6 @@ box-shadow: 0 0 1px var(--toolbar-color) !important; } - /** Selected Tab - Bottom Rounded Corner ************************************/ - tab { - --tab-corner-rounding: 9px; - } - - tab[visuallyselected] .tab-background::before, - tab[visuallyselected] .tab-background::after { - content: "" !important; - display: inline !important; - position: absolute !important; - bottom: -1px !important; - width: 9px !important; - height: 7px !important; - pointer-events: none !important; - background-color: transparent !important; - transition: .2s var(--ease-basic) !important; - } - - tab[visuallyselected] .tab-background::before { - border-bottom-right-radius: var(--tab-corner-rounding) !important; - left: 0px !important; - transform: translateX(calc(-1 * var(--tab-corner-rounding))) !important; - box-shadow: 4px 4px 0px 4px var(--toolbar-bgcolor) !important; - } - - tab[visuallyselected] .tab-background::after { - border-bottom-left-radius: var(--tab-corner-rounding) !important; - right: 0px !important; - transform: translateX(var(--tab-corner-rounding)) !important; - box-shadow: -4px 4px 0px 4px var(--toolbar-bgcolor) !important; - } - /** Unselected Tab - Divide line ********************************************/ #tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before, .tabbrowser-tab:not([visuallyselected], [multiselected], :hover, :first-child) .tab-background::before,