From daf76245531bdc4e99da31a7dd41785506219f67 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 26 Sep 2023 19:43:51 +0300 Subject: [PATCH] Remove now-unnecessary rules from autohide-bookmarks_and_main_toolbars These rules were once needed to make sure that invisible toolbox didn't steal pointer events from sidebar. Not needed anymore, and this removal also fixes #305 --- chrome/autohide_bookmarks_and_main_toolbars.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index 217b7e1..44fe52a 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -58,13 +58,6 @@ See the above repository for updates as well as full license text. */ visibility: hidden !important; } -/* The invisible toolbox will overlap sidebar so we'll work around that here */ -#navigator-toolbox{ pointer-events: none; border-bottom: none !important; } -#PersonalToolbar{ border-bottom: 1px solid var(--chrome-content-separator-color) } -#navigator-toolbox > *{ pointer-events: auto } - -#sidebar-box{ position: relative } - /* Selected tab needs higher z-index now to "hide" the broder below it */ .tabbrowser-tab[selected]{ z-index: 3 !important; }