more complete elimination of 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-11 11:23:18 +01:00
parent e1e3138618
commit 5bb9af9d2b
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -47,6 +47,8 @@
border-radius: 0!important; border-radius: 0!important;
backdrop-filter: unset!important; backdrop-filter: unset!important;
transition: unset!important; transition: unset!important;
animation-timing-function: unset!important;
animation-duration: 0ms!important;
} }
article { article {
box-shadow: unset! important; box-shadow: unset! important;
@ -54,18 +56,10 @@ article {
} }
dialog.closing>article { dialog.closing>article {
animation-name:unset!important; animation-name:unset!important;
animation-duration: 0ms!important;
animation-timing-function:unset!important;
} }
dialog>article { dialog>article {
animation-name:unset!important; animation-name:unset!important;
animation-duration: 0ms!important; background: var(--pico-card-background-color)!important;
animation-timing-function:unset!important;
}
dialog.closing {
animation-name:fadeOut;
animation-duration: 0ms!important;
animation-timing-function:unset!important;
} }
*:before { *:before {
border-radius: 0!important; border-radius: 0!important;