From f4dfe670ebee3f56ced5d73a62a1561d78953942 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 31 Oct 2024 17:45:32 +0200 Subject: [PATCH] autohide toolbox: show urlbar also when :focus-within --- chrome/autohide_toolbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 471bfb8..9668383 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -48,11 +48,11 @@ See the above repository for updates as well as full license text. */ top: calc(28px + var(--uc-urlbar-top)) !important; } #mainPopupSet:has(> #appMenu-popup:hover) ~ toolbox #urlbar[popover], -#navigator-toolbox:hover #urlbar[popover], +#navigator-toolbox:is(:hover,:focus-within) #urlbar[popover], #urlbar-container > #urlbar[popover]:is([focused],[open]){ pointer-events: auto; opacity: 1; - transition-delay: 82ms; + transition-delay: 33ms; transform: rotateX(0deg); } #mainPopupSet:has(> #appMenu-popup:hover) ~ toolbox,