mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23: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;
|
||||
}
|
||||
|
||||
.react-grid-layout--enable-move-animations {
|
||||
.react-grid-item.cssTransforms {
|
||||
transition-property: transform;
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.react-grid-layout--enable-move-animations {
|
||||
.react-grid-item.cssTransforms {
|
||||
transition-property: transform;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user