fix(rtl): Progress bar

This commit is contained in:
Lucas Larroche 2022-02-06 10:25:10 +07:00
parent a018211b14
commit 3c7137d509
13 changed files with 35 additions and 9 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;