diff --git a/bidi-helper.css b/bidi-helper.css index efed6e2..7ac7275 100644 --- a/bidi-helper.css +++ b/bidi-helper.css @@ -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'; +} +