Skip to content

Commit

Permalink
Merge pull request #53 from Phoxygen/bug1209961-add_missing_send
Browse files Browse the repository at this point in the history
Bug 1209961 - Add "send" icon to bidi-helper.css
  • Loading branch information
wilsonpage committed Oct 12, 2015
2 parents 5da8d64 + ba76719 commit 2bb75da
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 2bb75da

Please sign in to comment.