mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 14:06:55 +00:00
stylelint: Enable selector-pseudo-element-colon-notation
Via stylelint --fix Change-Id: Iaab547047a2611b177914e25baa826ef6ea39370
This commit is contained in:
parent
c38b6f9c16
commit
8b95a7cdb8
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "stylelint-config-wikimedia",
|
||||
"rules": {
|
||||
"selector-max-id": null,
|
||||
"selector-pseudo-element-colon-notation": null
|
||||
"selector-max-id": null
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue