Skip to content

Commit

Permalink
Align Spinner circles in RTL locales (#14418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu authored and youknowriad committed Mar 20, 2019
1 parent 3d00d12 commit 52f3fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/spinner/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
position: relative;

&::before {
/* rtl:begin:ignore */
content: "";
position: absolute;
background-color: $white;
Expand All @@ -20,6 +21,7 @@
border-radius: 100%;
transform-origin: 6px 6px;
animation: components-spinner__animation 1s infinite linear;
/* rtl:end:ignore */
}
}

Expand Down

0 comments on commit 52f3fc1

Please sign in to comment.