stylelint: Enable selector-pseudo-element-colon-notation

Via stylelint --fix

Change-Id: Iaab547047a2611b177914e25baa826ef6ea39370
This commit is contained in:
Umherirrender 2023-03-30 00:33:43 +02:00
parent c38b6f9c16
commit 8b95a7cdb8
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{
"extends": "stylelint-config-wikimedia",
"rules": {
"selector-max-id": null,
"selector-pseudo-element-colon-notation": null
"selector-max-id": null
}
}

View file

@ -40,7 +40,7 @@ input#mw-interwiki-url {
white-space: nowrap;
}
.mw-interwiki-legend th:before,
.mw-interwiki-legend th::before,
.mw-interwiki-legend .mw-collapsible-toggle {
font-weight: normal !important; /* stylelint-disable-line declaration-no-important */
}