summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less')
-rw-r--r--www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less b/www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less
new file mode 100644
index 00000000..0163242d
--- /dev/null
+++ b/www/wiki/extensions/WikiEditor/modules/ext.wikiEditor.less
@@ -0,0 +1,11 @@
+/**
+ * CSS for WikiEditor
+ */
+
+/* Hide vanilla MediaWiki's "Editing help" link, as we provide it in the toolbar */
+.editButtons {
+ .editHelp,
+ .mw-editButtons-pipe-separator {
+ display: none;
+ }
+}