From 9e91c324608f479a6c65e56eba262b69a3291aa5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 28 Nov 2024 16:36:42 +0200 Subject: [PATCH] non floating tabs: remove nav-bar top border The border is theme dependent, but we really don't want that to ever appear --- chrome/non_floating_sharp_tabs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 5a2c28b..3c5c2f6 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -21,6 +21,7 @@ See the above repository for updates as well as full license text. */ #nav-bar{ /* This overrides value in compact_proton.css */ box-shadow: 0 -1px 0 0 color-mix(in srgb, currentcolor 30%, transparent) !important; + border-top: none !important; } .tab-background[selected]{ border-inline: 1px solid color-mix(in srgb, currentcolor 30%, transparent) !important;