mediawiki-extensions-WikiEd.../modules/ext.wikiEditor.less
Derk-Jan Hartman 10583ec1a7 Avoid flash of content when hiding editHelp and the pipe separator
Bug: T120408
Change-Id: I651ea3d2b891ce347a51be9b3bc3e34351bc53dc
2016-05-25 11:26:13 +00:00

12 lines
209 B
Plaintext

/**
* CSS for WikiEditor
*/
/* Hide vanilla MediaWiki's "Editing help" link, as we provide it in the toolbar */
.client-js .editButtons {
.editHelp,
.mw-editButtons-pipe-separator {
display: none;
}
}