Skip to content

Commit

Permalink
feat(o-link-arrow): improved RTL support
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 14, 2020
1 parent a74a9c1 commit 67d60b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_o-link-arrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
&:not(.back)::after {
margin-left: $o-link-arrow-margin;
content: "";
transform: rotate(.5turn);

/* rtl:remove */
transform: rotate(180deg);
}

&.back::before {
Expand Down

0 comments on commit 67d60b6

Please sign in to comment.