mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-18 10:44:46 +00:00
gh-15445: Fixed visibility checks for popup notifications (gh-15455)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user