mediawiki-extensions-Scribunto/modules/ext.scribunto.errors.css
Umherirrender 8b73a9e2a9 Add stylelint for css files
Fixed the following rules:
selector-list-comma-newline-after
declaration-property-value-blacklist
number-leading-zero
color-named

Change-Id: Id864b54eaf7d8b88e4327703bb366640769632f1
2017-04-18 00:48:31 +02:00

9 lines
120 B
CSS

.scribunto-error {
cursor: pointer;
}
.scribunto-error:hover,
.scribunto-error:focus {
text-decoration: underline;
}