mediawiki-extensions-WikiEd.../modules/insertlink/TitleInputField.less
Timo Tijhof 90e6ccaced Remove unused jquery.wikiEditor.html file
Has sat there since the first commit in 2010 (r73055), but not used.
I imagine it was was a design prototype at some point.

Also fix a few minor eslint warnings about line length, and remove the
one-off "ext-" prefix and capitilised "WikiEditor" CSS class name that
the rest of the repo doesn't use.

Change-Id: Id0eeb456fffdb490a6a86974288e57099e53ce71
2022-03-03 15:27:18 +00:00

7 lines
158 B
Plaintext

@import 'mediawiki.ui/variables.less';
.mw-wikiEditor-InsertLink-TitleInputField .oo-ui-messageWidget {
color: @color-base--subtle;
font-weight: normal;
}