From 10084a47acc54d04595d0f63c1d87ce730ab9db1 Mon Sep 17 00:00:00 2001 From: Wilfred Wee Date: Sun, 30 Dec 2018 18:42:41 -0800 Subject: [PATCH] Fix background tab hover --- userChrome-dark.css | 3 +++ userChrome-default.css | 3 +++ userChrome-light.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/userChrome-dark.css b/userChrome-dark.css index a7fc88d..0e58212 100644 --- a/userChrome-dark.css +++ b/userChrome-dark.css @@ -59,6 +59,9 @@ .tab-background[selected="true"] { border: none !important; +} + +.tab-background { pointer-events: none !important; } diff --git a/userChrome-default.css b/userChrome-default.css index 311f326..a6802b0 100644 --- a/userChrome-default.css +++ b/userChrome-default.css @@ -59,6 +59,9 @@ .tab-background[selected="true"] { border: none !important; +} + +.tab-background { pointer-events: none !important; } diff --git a/userChrome-light.css b/userChrome-light.css index f4d3942..b81aa05 100644 --- a/userChrome-light.css +++ b/userChrome-light.css @@ -59,6 +59,9 @@ .tab-background[selected="true"] { border: none !important; +} + +.tab-background { pointer-events: none !important; }