From 14b75c1b7781e4f114f0f204bcb860c7a7cf7674 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 1 Nov 2024 05:35:55 +0200 Subject: [PATCH] autohide bm and main toolbars: remove duplicate ruleset --- chrome/autohide_bookmarks_and_main_toolbars.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index 38c7fcd..37f3b3d 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -126,12 +126,6 @@ See the above repository for updates as well as full license text. */ transform: rotateX(0); } -/* This ruleset is separate, because not having :has support breaks other selectors as well */ -#mainPopupSet:has(> #appMenu-popup:hover) ~ #navigator-toolbox > .browser-toolbar{ - transition-delay: 33ms !important; - transform: rotateX(0); -} - /* This makes the tab notification box show immediately below tabs, otherwise it would break the layout */ #navigator-toolbox > div{ display: contents } :where(#titlebar,#navigator-toolbox > #TabsToolbar,#navigator-toolbox > #toolbar-menubar,#tab-notification-deck,.global-notificationbox){