Bug 1455487 - Rotate the chevron icon 180 degree when RTL. r=jdescottes

If the browser ui direction is RTL, this patch will rotate the chevron menu
icon of devtool 180 degree.

MozReview-Commit-ID: 72vLKnF1FkF

--HG--
extra : rebase_source : f7905e66da57eaba5e03e850f6305a3d4ed534f5
This commit is contained in:
Mantaroh Yoshinaga 2018-04-24 17:04:57 +09:00
Родитель 0eb25614c9
Коммит 42e8c39e36
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -160,6 +160,10 @@
background-position: center;
}
.tools-chevron-menu:-moz-locale-dir(rtl) {
transform: rotate(180deg);
}
#toolbox-controls {
margin-right: 3px;
}