Skip to content

Commit

Permalink
Hide progress bar on initial load when client prefers reduced motion (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
smith authored Sep 30, 2024
1 parent 05926c2 commit 2a935dc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,9 @@ body, html {
transform: scaleX(1) translateX(100%);
}
}

@media (prefers-reduced-motion) {
.kbnProgress {
display: none;
}
}

0 comments on commit 2a935dc

Please sign in to comment.