Merge branch 'dev' into ll/refactor/nav

This commit is contained in:
Lucas Larroche 2022-02-27 15:10:02 +07:00 committed by GitHub
commit 01a1f52022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 35 additions and 11 deletions

View file

@ -71,6 +71,14 @@ progress {
}
}
[dir="rtl"] {
@media (prefers-reduced-motion: no-preference) {
progress:indeterminate {
animation-direction: reverse;
}
}
}
@keyframes progressIndeterminate {
0% {
background-position: 200% 0;