mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 18:13:32 -06:00
Dashboard: DashboardGrid - don't animate if reduced-motion set (#75540)
This commit is contained in:
parent
791881f910
commit
f41cf40344
@ -109,8 +109,10 @@
|
|||||||
transition-property: none;
|
transition-property: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-grid-layout--enable-move-animations {
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
.react-grid-item.cssTransforms {
|
.react-grid-layout--enable-move-animations {
|
||||||
transition-property: transform;
|
.react-grid-item.cssTransforms {
|
||||||
|
transition-property: transform;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user