Merge "Hide MediaWiki's "Edit help" links which aren't relevant to non-wikitext content"

This commit is contained in:
jenkins-bot 2017-08-28 14:11:19 +00:00 committed by Gerrit Code Review
commit 2e52d20808

View file

@ -112,3 +112,12 @@
white-space: nowrap;
display: table-cell;
}
/* Hide vanilla MediaWiki's "Editing help" link, as we provide it in the toolbar */
/* Copied from the same code in WikiEditor */
.client-js .editButtons {
.editHelp,
.mw-editButtons-pipe-separator {
display: none;
}
}