From 7aba43ead03001896dd3eac890e118a830552e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Wed, 12 Apr 2023 03:30:08 -0400 Subject: [PATCH] tabbrowser: remove white outline from active tab --- compact/userChrome.css | 4 ---- normal/userChrome.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/compact/userChrome.css b/compact/userChrome.css index 8c66e4a..5b8d21a 100644 --- a/compact/userChrome.css +++ b/compact/userChrome.css @@ -170,10 +170,6 @@ margin-inline-start: -1px !important; } -.tabbrowser-tab::after, -.tabbrowser-tab::before { - border-inline-start: 1px solid var(--toolbarbutton-active-background); -} .tabbrowser-tab::before { margin-inline-start: -1px; } diff --git a/normal/userChrome.css b/normal/userChrome.css index 11bc4c6..3891fac 100644 --- a/normal/userChrome.css +++ b/normal/userChrome.css @@ -170,10 +170,6 @@ margin-inline-start: -1px !important; } -.tabbrowser-tab::after, -.tabbrowser-tab::before { - border-inline-start: 1px solid var(--toolbarbutton-active-background); -} .tabbrowser-tab::before { margin-inline-start: -1px; }