Bug 1252418 - Apply transform(90) on image to fix blurry icon;r=pbrosset

Apparently applying rotate(90) on #inspector-pane-toggle makes the icon blurry
on some platforms (at least windows 10).

Applying the same rotate directly on the image seems to fix the issue.

MozReview-Commit-ID: 2IqfPQD8tLK

--HG--
extra : amend_source : 159bd864bf6aa31c5c29c572032fe4fbd7a8d097
This commit is contained in:
Julian Descottes 2016-03-01 12:48:39 +01:00
parent 7162158c88
commit 705a88c461

View File

@ -49,8 +49,7 @@
}
@media (max-width: 700px) {
#inspector-pane-toggle,
#inspector-pane-toggle[pane-collapsed] {
#inspector-pane-toggle > .toolbarbutton-icon {
transform: rotate(90deg);
}
}