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

@ -2004,6 +2004,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;