mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 11:30:52 +00:00
Merge "Hide MediaWiki's "Edit help" links which aren't relevant to non-wikitext content"
This commit is contained in:
commit
2e52d20808
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue