From 7801318d78a73ffcd051d6d11ca87af5567313c2 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 13 Oct 2021 16:14:06 +0300 Subject: [PATCH] add -1px margin for multiselected tab-background This makes the tabs to draw 1px on top of each other which should make multiselected tabs look better with and without tab separators --- chrome/non_floating_sharp_tabs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index dba9b7f..a41b2af 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -66,7 +66,10 @@ See the above repository for updates as well as full license text. */ box-shadow: none !important; } -.tab-background:not([selected])[multiselected]{ background: color-mix(in srgb, currentColor 11%, transparent) !important; } +.tab-background:not([selected])[multiselected]{ + background: color-mix(in srgb, currentColor 11%, transparent) !important; + margin-inline-start: -1px; +} /* Line to mark selected tab */ .tab-background[selected]::before,