Skip to content
Snippets Groups Projects
Unverified Commit a46baf7e authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Simplify LoadingSpinner animation in reduced motion (#18082)

parent 3a2c4d38
Branches
Tags
No related merge requests found
......@@ -11,6 +11,12 @@
cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (prefers-reduced-motion) {
.LoadingSpinner {
animation: none;
}
}
.LoadingSpinner:after {
content: "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment