Fix no-blur not being respected in popups

This commit is contained in:
Cohee 2024-06-28 17:01:05 +03:00
parent 889a552629
commit 6b204ada9f
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ dialog {
background-color: var(--black30a);
}
body.no-blur .popup[open]::backdrop {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
/* Closing animation */
.popup[closing] {
animation: pop-out var(--animation-duration-slow) ease-in-out;