residual animations
Some checks are pending
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-10 20:00:36 +01:00
parent 52ff1692d2
commit 836e5307db
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -33,14 +33,20 @@
border-radius: 0!important;
backdrop-filter: unset!important;
transition: unset!important;
animation-duration: 0!important;
animation-timing-function:unset!important;
}
dialog.closing>article {
animation-name:unset!important;
animation-duration: 0!important;
animation-timing-function:unset!important;
}
dialog>article {
animation-name:unset!important;
animation-duration: 0!important;
animation-timing-function:unset!important;
}
dialog.closing {
animation-duration: 0!important;
animation-timing-function:unset!important;
}
*:before {
border-radius: 0!important;