Skip to content

Commit

Permalink
fix(progress-bar): mirror bar for rtl layouts (#10825)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Jones <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 2, 2022
1 parent a474a3e commit 0bdaef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
height: 100%;
background-color: $interactive;
transform: scaleX(0);
transform-origin: 0 50%;
transform-origin: 0 center #{'/*rtl:100% center*/'};
transition: transform $duration--fast-02 motion(standard, productive);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
height: 100%;
background-color: $interactive;
transform: scaleX(0);
transform-origin: 0 50%;
transform-origin: 0 center #{'/*rtl:100% center*/'};
transition: transform $duration-fast-02 motion(standard, productive);
}

Expand Down

0 comments on commit 0bdaef6

Please sign in to comment.