Skip to content

Commit

Permalink
Flip chevrons on RTL (#1494)
Browse files Browse the repository at this point in the history
Flip chevrons for RTL

J=SLAP-1460
TEST=SLAP-1460

See that chevrons appear are reversed when using the rtl bundle
  • Loading branch information
cea2aj authored Jul 30, 2021
1 parent dea3a62 commit 6dbbf0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/sass/modules/_Icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
}
}

.Icon--chevron {
transform:none #{"/*rtl:rotate(180deg)*/;"};
}

.Icon--yext_animated_reverse {
svg
{
Expand Down

0 comments on commit 6dbbf0a

Please sign in to comment.