From 47aab4c87d40aa5fd409235329d126d1bf2b9b1b Mon Sep 17 00:00:00 2001 From: MrOtherGuy <31620503+MrOtherGuy@users.noreply.github.com> Date: Fri, 9 Apr 2021 14:13:13 +0300 Subject: [PATCH] make border-radius of flipped version important --- chrome/curved_tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/curved_tabs.css b/chrome/curved_tabs.css index 5a7a4dc..c8050eb 100644 --- a/chrome/curved_tabs.css +++ b/chrome/curved_tabs.css @@ -72,7 +72,7 @@ See the above repository for updates as well as full license text. */ /* .tab-background{ -moz-box-direction: reverse } .tabbrowser-tab:hover > stack > .tab-background, -.tab-background[selected]{ border-radius: 0 0 var(--uc-tab-curve-size) var(--uc-tab-curve-size) } +.tab-background[selected]{ border-radius: 0 0 var(--uc-tab-curve-size) var(--uc-tab-curve-size) !important } .tabbrowser-tab > stack::before{ transform: scaleY(-1) !important; } .tabbrowser-tab > stack::after{ transform: scaleY(-1) scaleX(-1) !important; } -*/ \ No newline at end of file +*/