See attached, the highlited icon should be reversed for RTL.
Adding this code:
```css
#toolbox-meatball-menu-dock-window:-moz-locale-dir(rtl) .label::before {
transform: scaleX(-1);
}
```
somewhere around here:
https://searchfox.org/mozilla-central/source/devtools/client/themes/toolbox.css#246
... seems to fix it for me.
Bug 1547944 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
See attached, the highlighted icon should be reversed for RTL.
Adding this code:
```css
#toolbox-meatball-menu-dock-window:-moz-locale-dir(rtl) .label::before {
transform: scaleX(-1);
}
```
somewhere around here:
https://searchfox.org/mozilla-central/source/devtools/client/themes/toolbox.css#246
... seems to fix it for me.