Skip to content

Commit

Permalink
feat(o-scroll-up): improved RTL support
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 14, 2020
1 parent f8256af commit a74a9c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_o-scroll-up.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
content: "";
background: $white escape-svg($o-scroll-up-icon) no-repeat center / 50% 50%;
border: $border-width solid $black;
transform: rotate(.25turn);

/* rtl:ignore */
transform: rotate(90deg);
}

&:hover::after,
Expand Down

0 comments on commit a74a9c1

Please sign in to comment.