mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-15 03:35:29 +00:00
8b73a9e2a9
Fixed the following rules: selector-list-comma-newline-after declaration-property-value-blacklist number-leading-zero color-named Change-Id: Id864b54eaf7d8b88e4327703bb366640769632f1
9 lines
120 B
CSS
9 lines
120 B
CSS
.scribunto-error {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.scribunto-error:hover,
|
|
.scribunto-error:focus {
|
|
text-decoration: underline;
|
|
}
|