From 59af5985f5ec1a6026ee15b504548bedbc998b4d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 5 Jan 2023 10:44:05 +0200 Subject: [PATCH] Hide tab separator lines for multiselected tabs. --- chrome/tab_separator_lines.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/tab_separator_lines.css b/chrome/tab_separator_lines.css index 532f35c..4f61e09 100644 --- a/chrome/tab_separator_lines.css +++ b/chrome/tab_separator_lines.css @@ -16,5 +16,7 @@ See the above repository for updates as well as full license text. */ .tabbrowser-tab:hover, .tabbrowser-tab[beforehovered], .tabbrowser-tab[selected], +.tabbrowser-tab[multiselected], .tabbrowser-tab[last-visible-tab], +.tabbrowser-tab[before-multiselected], .tabbrowser-tab[beforeselected-visible]{ border-image: none !important; } \ No newline at end of file