linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.postEdit.less
index d19f098..c40b1c3 100644 (file)
@@ -1,5 +1,7 @@
 @import 'mediawiki.mixins';
 
+/* stylelint-disable selector-class-pattern */
+
 .postedit-container {
        margin: 0 auto;
        position: fixed;
@@ -56,4 +58,6 @@
 .postedit-icon-checkmark {
        /* @embed */
        background-image: url( images/green-checkmark.png );
+       /* T176796 */
+       background-position: left;
 }