Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 86770e8

Browse files
committed
revert border styling perf change and merge official fix from CodeMirror upstream master
1 parent 589dcb0 commit 86770e8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/styles/brackets_codemirror_override.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,7 @@
106106

107107
.CodeMirror-gutters {
108108
background-color: @background-color-3;
109-
110-
/*
111-
Maintain line gutter border-right to avoid repaint performance issues
112-
See https://github.com/marijnh/CodeMirror/issues/1514
113-
*/
114-
border-color: @background-color-3;
109+
border-right: none;
115110
}
116111
.CodeMirror-linenumber {
117112
color: @accent-comment;

src/thirdparty/CodeMirror2

0 commit comments

Comments
 (0)