We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4edb8 commit 3c00d6bCopy full SHA for 3c00d6b
src/extensions/default/DarkTheme/main.less
@@ -96,6 +96,7 @@
96
.CodeMirror-matchingtag {
97
/* Ensure visibility against gray inline editor background */
98
background-color: @matching-tags;
99
+ display: inline-block;
100
}
101
102
.CodeMirror-overwrite .CodeMirror-cursor {
src/styles/brackets_codemirror_override.less
@@ -293,4 +293,5 @@ span.cm-emstrong {
293
position: relative;
294
background-repeat: repeat-y;
295
background-image: url('images/indent-guide-line.svg');
296
297
0 commit comments