mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Fix selection issue with code blocks
This commit is contained in:
parent
fa7ef0310e
commit
54a47f3dbc
@ -470,6 +470,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror .CodeMirror-code .cm-comment {
|
.CodeMirror .CodeMirror-code .cm-comment {
|
||||||
background: #eee;
|
background: rgba(0, 0, 0, .05);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user