From 801e94ba10601aecc354bf1b8bc9f182c8faef5e Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Wed, 8 Sep 2021 08:18:22 +0900 Subject: [PATCH] Fix: Sound Tab - Remove unnecessary code This was the code for the container hover behavior. --- userChrome.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/userChrome.css b/userChrome.css index 57d5367..d8817e6 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1344,19 +1344,7 @@ top: 0 !important; inset-inline-end: 0 !important; margin-inline-end: 5.5px !important; - padding: 2px 0 !important; - } - .tabbrowser-tab:not([image], [busy]) - .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]) { - box-sizing: content-box; - padding: 3px 0; - - border-radius: 0 !important; - } - .tabbrowser-tab:not([image]) - .tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted], [activemedia-blocked]):hover { - padding: 0; - border-radius: 10px !important; + padding: 0 !important; } /* Busy - Show */