From c07ce454e8355cac352628a165b14bb25bb3bad7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 23 Dec 2022 08:43:48 +0200 Subject: [PATCH] Make tab separator lines border-image important. Fixes #239 On MacOS tabs have border:none which resets border-image. This patch overrides that rule. --- chrome/tab_separator_lines.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tab_separator_lines.css b/chrome/tab_separator_lines.css index 351152f..532f35c 100644 --- a/chrome/tab_separator_lines.css +++ b/chrome/tab_separator_lines.css @@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */ color-mix(in srgb, currentColor 20%, transparent) 20%, color-mix(in srgb, currentColor 20%, transparent) 80%, transparent 80% - ); + ) !important; } .tabbrowser-tab:hover,