mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 03:35:58 +00:00
e3e9ebb6cb
Following-up on I9fb7e66bf925eb9a8260d6245d2a7db54a7a2fec this converts the link-text field to OOUI. Bug: T289214 Change-Id: I17f34a8cbf72b80f3916581867e5828d9b129789
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
@import 'mediawiki.ui/variables.less';
|
|
|
|
.ext-WikiEditor-InsertLink-TitleInputField .oo-ui-messageWidget {
|
|
color: @color-base--subtle;
|
|
font-weight: normal;
|
|
}
|