fix: Update notification popup icon styles to account for showing state, p=#12033

This commit is contained in:
rain capsule
2026-01-31 11:33:50 +01:00
committed by GitHub
parent 2ae623b15c
commit 28a2e8697a

View File

@@ -309,7 +309,7 @@
order: 2;
}
#notification-popup-box:not([open]) {
#notification-popup-box:not([open]):not(:has(> [showing="true"])) {
margin-inline-start: calc(-10px - 2 * var(--urlbar-icon-padding));
opacity: 0;
transition: all 0.2s;