Skip to content

Commit

Permalink
fix indeterminate state in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jun 7, 2022
1 parent 70c97e2 commit 01eb84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/progress-bar/progress-bar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}
Expand Down

0 comments on commit 01eb84e

Please sign in to comment.