diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index 3ee3ba6064..8c2e74bbb3 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -378,11 +378,12 @@ /* Markdown Help Icon + Modal /* ---------------------------------------------------------- */ -.markdown-help { +.markdown-help-icon { font-size: 16px; } -.markdown-help:hover { +.markdown-help-icon:hover, +.markdown-help-label:hover { cursor: help; } diff --git a/ghost/admin/app/templates/editor/edit.hbs b/ghost/admin/app/templates/editor/edit.hbs index db5aa1a795..197569c54c 100644 --- a/ghost/admin/app/templates/editor/edit.hbs +++ b/ghost/admin/app/templates/editor/edit.hbs @@ -23,12 +23,12 @@
- Markdown + Markdown Markdown Preview - +
{{gh-ed-editor classNames="markdown-editor js-markdown-editor" tabindex="1" spellcheck="true" value=model.scratch setEditor="setEditor" updateScrollInfo="updateEditorScrollInfo" openModal="openModal" onFocusIn="autoSaveNew" height=height focus=shouldFocusEditor}} @@ -37,7 +37,8 @@
- Preview + + Preview Markdown Preview