chore: Update zen-browser-shared.css to hide the introduction panel when the current panel is set in ZenSidebarManager

This commit is contained in:
Mauro Balades
2024-07-30 00:37:48 +02:00
parent e9f727ceba
commit 11890a70c0

View File

@@ -548,7 +548,7 @@ panelmultiview {
#navigator-toolbox:hover,
#navigator-toolbox:focus-within,
#mainPopupSet:has(> #appMenu-popup:hover) ~ toolbox,
#navigator-toolbox:has(*[open="true"]:not(tab)) {
#navigator-toolbox:has(*[open="true"]:not(tab):not(#zen-sidepanel-button)) {
transition-delay: 33ms !important;
left: 0 !important;
opacity: 1;