Skip to content
Snippets Groups Projects
Unverified Commit c7d0aeb2 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Disable run button's animation when reduced motion is preferred (#18831)

parent fc31d2b8
Branches
Tags
No related merge requests found
......@@ -542,6 +542,14 @@
opacity: 0;
}
@media (prefers-reduced-motion) {
.RunButton,
.RunButton.RunButton--compact,
.RunButton.RunButton--hidden {
transition-duration: 10ms;
}
}
/* DATA REFERENCE */
.SideDrawer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment