autohide bm and main toolbars: remove duplicate ruleset

This commit is contained in:
MrOtherGuy
2024-11-01 05:35:55 +02:00
parent d2a663229d
commit 14b75c1b77

View File

@@ -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){