Skip to content

Commit

Permalink
Block Breadcrumb: Fix arrow direction in RTL (#24074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 authored Jul 21, 2020
1 parent 6818490 commit 201ca82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin: 0;

&:not(:last-child)::after {
content: "\2192"; // This becomes →.
content: "\2192" #{'/*rtl:"\2190"*/'}; // This becomes → for LTR and ← for RTL.
}
}
}
Expand Down

0 comments on commit 201ca82

Please sign in to comment.