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

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