author | Brian Grinstead <bgrinstead@mozilla.com> |
Wed, 22 Jun 2016 18:09:45 -0700 | |
changeset 327592 | b3a0f1a9ede7f50e2da02d7efd8741da9a5c5937 |
parent 327591 | 1008f5b88e6bd223c16c3ec191302e5395187dc6 |
child 327593 | 51bc72f4ddcc7857749398cc8c9072587110858e |
push id | 9858 |
push user | jlund@mozilla.com |
push date | Mon, 01 Aug 2016 14:37:10 +0000 |
treeherder | mozilla-aurora@203106ef6cb6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jdescottes |
bugs | 1277207 |
milestone | 50.0a1 |
--- a/devtools/client/themes/tooltips.css +++ b/devtools/client/themes/tooltips.css @@ -155,16 +155,20 @@ position: relative; height: 16px; width: 32px; overflow: hidden; pointer-events: all; flex-shrink: 0; } +.tooltip-arrow:-moz-locale-dir(rtl) { + align-self: flex-end; +} + .tooltip-filler { flex: 1; } .tooltip-top .tooltip-arrow { margin-top: -3px; }