Bug 1277207 - Show tooltip arrow in rtl locales. r=jdescottes

MozReview-Commit-ID: Jc1jdlKhkLz

--HG--
extra : transplant_source : %92%17fl%8F_%90%91poD%02%B7%7E%99%D5iA%AE%D4
This commit is contained in:
Brian Grinstead 2016-06-22 18:09:45 -07:00
parent 48b0f752e6
commit 50ae546b6e

View File

@ -160,6 +160,10 @@
flex-shrink: 0;
}
.tooltip-arrow:-moz-locale-dir(rtl) {
align-self: flex-end;
}
.tooltip-filler {
flex: 1;
}