This commit is contained in:
parent
aa8c271dd2
commit
9eb1e90ed3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.18-rc.2",
|
||||
"version": "12.119.0-calc.18-rc.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -158,8 +158,8 @@ const props = withDefaults(defineProps<{
|
|||
}
|
||||
|
||||
@media(prefers-reduced-motion) {
|
||||
span[class^='mfm'], div[class*=' mfm'] {
|
||||
animation: none;
|
||||
span[class^='mfm'], span[class*=' mfm'] {
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue