overlay fullscreen toolbars: use :has([panelopen]:not(#ask-chat-shortcuts))

Just makes more panels able to keep toolbars visible
This commit is contained in:
MrOtherGuy
2024-12-07 17:22:49 +02:00
parent fec968c9de
commit bf89a5459c

View File

@@ -28,11 +28,11 @@ See the above repository for updates as well as full license text. */
#navigator-toolbox[style=""],
#navigator-toolbox:hover,
#navigator-toolbox:focus-within,
#mainPopupSet:has(> #appMenu-popup[panelopen="true"]) ~ #navigator-toolbox{
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ #navigator-toolbox{
transition-delay: 0ms !important;
transform: translateY(0);
}
#mainPopupSet:has(> [role="group"][panelopen]) ~ toolbox #urlbar[popover],
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ toolbox #urlbar[popover],
#navigator-toolbox[style=""] #urlbar[popover],
#urlbar-container > #urlbar[popover]:is([focused],[open]){
pointer-events: auto;