show autohidden toolbar when a panel is open
This commit is contained in:
@@ -62,7 +62,7 @@ See the above repository for updates as well as full license text. */
|
||||
#toolbar-menubar:not([inactive]) ~ #nav-bar #urlbar[popover]{
|
||||
top: calc(28px + var(--uc-urlbar-top)) !important;
|
||||
}
|
||||
#mainPopupSet:has(> #appMenu-popup:hover) ~ toolbox #urlbar[popover],
|
||||
#mainPopupSet:has(> [role="group"][panelopen]) ~ toolbox #urlbar[popover],
|
||||
.browser-titlebar:is(:hover,:focus-within) ~ #nav-bar #urlbar[popover],
|
||||
#nav-bar:is(:hover,:focus-within) #urlbar[popover],
|
||||
#urlbar-container > #urlbar[popover]:is([focused],[open]){
|
||||
@@ -75,7 +75,7 @@ See the above repository for updates as well as full license text. */
|
||||
transition-duration: 100ms; /* Faster when focused */
|
||||
}
|
||||
/* This ruleset is separate, because not having :has support breaks other selectors as well */
|
||||
#mainPopupSet:has(> #appMenu-popup:hover) ~ #navigator-toolbox > .browser-toolbar{
|
||||
#mainPopupSet:has(> [role="group"][panelopen]) ~ #navigator-toolbox > .browser-toolbar{
|
||||
transition-delay: 33ms !important;
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user