linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)
[lhc/web/wiklou.git] / resources / src / mediawiki.special.apisandbox / apisandbox.css
index fe5ac41..c071199 100644 (file)
@@ -1,6 +1,6 @@
 .mw-apisandbox-toolbar {
        background: #fff;
-       -webkit-position: sticky;
+       position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: -1px;
        min-width: 6em;
 }
 
+/* stylelint-disable-next-line selector-class-pattern */
 .apihelp-deprecated {
        font-weight: bold;
        color: #d33;
 }
 
+/* stylelint-disable-next-line selector-class-pattern */
 .apihelp-deprecated-value .oo-ui-labelElement-label {
        text-decoration: line-through;
 }