Fix no-blur not being respected in popups
This commit is contained in:
parent
889a552629
commit
6b204ada9f
|
@ -76,6 +76,11 @@ dialog {
|
||||||
background-color: var(--black30a);
|
background-color: var(--black30a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.no-blur .popup[open]::backdrop {
|
||||||
|
backdrop-filter: none;
|
||||||
|
-webkit-backdrop-filter: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Closing animation */
|
/* Closing animation */
|
||||||
.popup[closing] {
|
.popup[closing] {
|
||||||
animation: pop-out var(--animation-duration-slow) ease-in-out;
|
animation: pop-out var(--animation-duration-slow) ease-in-out;
|
||||||
|
|
Loading…
Reference in New Issue