From 5188ed8cfe347ee2d4521aca242d250ebcbae6bd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 21 Nov 2016 21:53:30 -0500 Subject: Rewrite markdown editor in vanilla Javascript --- assets/sass/_markdown_editor.sass | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'assets/sass') diff --git a/assets/sass/_markdown_editor.sass b/assets/sass/_markdown_editor.sass index 4041a125..b9279be9 100644 --- a/assets/sass/_markdown_editor.sass +++ b/assets/sass/_markdown_editor.sass @@ -1,19 +1,16 @@ @import variables .text-editor - button + a font-size: size('normal') - border: none color: color('light') - background: transparent + text-decoration: none + margin-right: 10px &:hover color: link-color('primary') - cursor: pointer .text-editor-preview-area border: 1px solid color('lighter') width: 400px height: 200px overflow: auto - .text-editor-toolbar - button:first-child - padding-left: 0 + padding: 2px -- cgit v1.2.3