Correcting check icon placement in RTL
authoreranroz <eranroz89@gmail.com>
Tue, 26 Sep 2017 20:10:06 +0000 (23:10 +0300)
committereranroz <eranroz89@gmail.com>
Tue, 26 Sep 2017 20:10:06 +0000 (23:10 +0300)
Bug: T176796
Change-Id: Ib0c6faa77f393a9f0f78b9d9d492c4c25fb0d3b5

resources/src/mediawiki.action/mediawiki.action.view.postEdit.less

index d19f098..46976d4 100644 (file)
@@ -56,4 +56,6 @@
 .postedit-icon-checkmark {
        /* @embed */
        background-image: url( images/green-checkmark.png );
+       /* T176796 */
+       background-position: left;
 }