fix indeterminate state in RTL

This commit is contained in:
Cory LaViska
2022-06-07 10:37:33 -04:00
parent 70c97e2ae4
commit 01eb84e3a6

View File

@@ -45,12 +45,12 @@ export default css`
@keyframes indeterminate {
0% {
left: -50%;
inset-inline-start: -50%;
width: 50%;
}
75%,
100% {
left: 100%;
inset-inline-start: 100%;
width: 50%;
}
}