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