gh-15445: Fixed visibility checks for popup notifications (gh-15455)

This commit is contained in:
mr. m
2026-09-18 09:29:37 +02:00
committed by GitHub
parent 5e5926e708
commit 2804ba8350

View File

@@ -164,11 +164,12 @@
}
#navigator-toolbox[zen-has-implicit-hover="true"] &,
&[open],
&:is([open], [showing]),
#urlbar[has-popup-open="true"] &,
:root[zen-has-empty-tab="true"] & {
opacity: 1;
visibility: visible;
transition: opacity 0.15s !important;
}
}
}