From 095aa39dae17ab7f0a43b89a6d8559c8cd7f7f6f Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 20 Aug 2025 21:26:25 -0700 Subject: [PATCH] :wrench: Adjusted css to show tooltip on hover tabs --- firefox_preferences/chrome/userChrome.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index 5f8a46e6..a76eec65 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -44,14 +44,14 @@ } /* Disable the tooltip that appears when hovering over tabs */ -.tabbrowser-tab:hover .tab-label { - pointer-events: none !important; -} +/* .tabbrowser-tab:hover .tab-label { */ +/* pointer-events: none !important; */ +/* } */ /* Disable the tooltip completely for all tabs */ -.tabbrowser-tab:hover { - visibility: hidden !important; -} +/* .tabbrowser-tab:hover { */ +/* visibility: hidden !important; */ +/* } */ menubar, nav-bar,