Keep autohiding tabs toolbar open also when tabgroup preview panel is open

This commit is contained in:
MrOtherGuy
2025-11-12 21:06:24 +02:00
parent 2f9633a680
commit 2f30a2283b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ See the above repository for updates as well as full license text. */
transition: visibility 0ms linear var(--uc-tabs-hide-animation-delay), transition: visibility 0ms linear var(--uc-tabs-hide-animation-delay),
margin-bottom var(--uc-tabs-hide-animation-duration) ease-out var(--uc-tabs-hide-animation-delay) !important; margin-bottom var(--uc-tabs-hide-animation-duration) ease-out var(--uc-tabs-hide-animation-delay) !important;
} }
#mainPopupSet:has( > #tab-group-editor > [panelopen]) ~ #navigator-toolbox, #mainPopupSet:has( > #tab-group-editor > [panelopen], > #tabgroup-preview-panel[panelopen]) ~ #navigator-toolbox,
#navigator-toolbox:has(> :is(#toolbar-menubar,#TabsToolbar):hover), #navigator-toolbox:has(> :is(#toolbar-menubar,#TabsToolbar):hover),
#navigator-toolbox[movingtab]{ #navigator-toolbox[movingtab]{
transition-delay: 0s !important; transition-delay: 0s !important;
+2 -2
View File
@@ -44,7 +44,7 @@ See the above repository for updates as well as full license text. */
} }
:root[window-modal-open] #urlbar[popover], :root[window-modal-open] #urlbar[popover],
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover], #mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox #urlbar[popover],
#navigator-toolbox:is(:hover,:focus-within,[movingtab]) #urlbar[popover], #navigator-toolbox:is(:hover,:focus-within,[movingtab]) #urlbar[popover],
#urlbar-container > #urlbar[popover]:is([focused],[open]){ #urlbar-container > #urlbar[popover]:is([focused],[open]){
pointer-events: auto; pointer-events: auto;
@@ -54,7 +54,7 @@ See the above repository for updates as well as full license text. */
} }
:root[window-modal-open] #navigator-toolbox, :root[window-modal-open] #navigator-toolbox,
#mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), #tab-group-editor > [panelopen]) ~ toolbox, #mainPopupSet:has(> [panelopen]:not(#ask-chat-shortcuts,#selection-shortcut-action-panel,#chat-shortcuts-options-panel,#tab-preview-panel), > #tab-group-editor > [panelopen]) ~ toolbox,
#navigator-toolbox:has(#urlbar:is([open],[focus-within])), #navigator-toolbox:has(#urlbar:is([open],[focus-within])),
#navigator-toolbox:is(:hover,:focus-within,[movingtab]){ #navigator-toolbox:is(:hover,:focus-within,[movingtab]){
transition-delay: 33ms !important; transition-delay: 33ms !important;