Skip to content

Commit

Permalink
Bug 1209961 - Add "send" icon to bidi-helper.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Trancart committed Oct 12, 2015
1 parent f9c9aee commit ba76719
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bidi-helper.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@
content: 'expand-right';
}

[data-icon="send"]:-moz-dir(ltr):before {
content: 'send-right';
}
[data-icon="send"]:-moz-dir(rtl):before {
content: 'send-left';
}

0 comments on commit ba76719

Please sign in to comment.