mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
48b0f752e6
commit
50ae546b6e
@ -160,6 +160,10 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.tooltip-arrow:-moz-locale-dir(rtl) {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.tooltip-filler {
|
||||
flex: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user