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;
}