Skip to content

Commit

Permalink
overlay fullscreen toolbars: tidy up some selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOtherGuy committed Dec 7, 2024
1 parent bf89a54 commit 6aa82bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chrome/overlay_fullscreen_toolbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ See the above repository for updates as well as full license text. */
margin-top: 0 !important;
transform: translateY(-100%);
}
#navigator-toolbox[style=""],
#navigator-toolbox:hover,
#navigator-toolbox:focus-within,
#navigator-toolbox:is(:hover,:focus-within,[style=""]),
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ #navigator-toolbox{
transition-delay: 0ms !important;
transform: translateY(0);
}
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts)) ~ toolbox #urlbar[popover],
#navigator-toolbox[style=""] #urlbar[popover],
#navigator-toolbox:is(:hover,:focus-within,[style=""]) #urlbar[popover],
#urlbar-container > #urlbar[popover]:is([focused],[open]){
pointer-events: auto;
opacity: 1;
Expand Down

0 comments on commit 6aa82bb

Please sign in to comment.