From 7b39b306fd17ef6261198908db4069f0fc2297e4 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 28 Aug 2021 18:04:03 +0900 Subject: [PATCH] Fix: Photon Stlye's Unselected tab - Remove first visible tab's left border #195 --- userChrome.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/userChrome.css b/userChrome.css index 83f4092..970fd4e 100644 --- a/userChrome.css +++ b/userChrome.css @@ -945,9 +945,6 @@ .tabbrowser-tab::before { margin-inline-start: -1px !important; } - .tabbrowser-tab[first-visible-tab]::before { - border-right: var(--tab-divide-line) !important; - } .tabbrowser-tab[first-visible-tab]::before, :root[tabsintitlebar]:not([extradragspace]) #toolbar-menubar[autohide="true"] + #TabsToolbar .tabbrowser-tab::after,