2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 15:44:28 -06:00

Fix selection issue with code blocks

This commit is contained in:
Wes Cossick 2015-07-14 12:03:33 -05:00
parent fa7ef0310e
commit 54a47f3dbc

View File

@ -470,6 +470,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
}
.CodeMirror .CodeMirror-code .cm-comment {
background: #eee;
background: rgba(0, 0, 0, .05);
border-radius: 2px;
}