mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-13 18:07:05 +00:00
3d51662881
This is apparently unofficially deprecated, and we can do things a bit more straightforwardly by using ParserOutput::addJsConfigVars() to communicate the error messages to the JS. This also takes the opportunity to move "ext.scribunto", which is mostly about errors, to "ext.scribunto.errors". Bug: T75618 Change-Id: I1577dab2dab1bd79cb127879de141fdbb8963aeb
8 lines
120 B
CSS
8 lines
120 B
CSS
.scribunto-error {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.scribunto-error:hover, .scribunto-error:focus {
|
|
text-decoration: underline;
|
|
}
|