Skip to content

Commit 0a8c7c5

Browse files
committed
fixes #751
1 parent 61dd0bb commit 0a8c7c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

client/styles/components/_p5-contrast-codemirror-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ $p5-contrast-activeline: #999999;
9898

9999
.cm-s-p5-contrast .CodeMirror-matchingbracket {
100100
outline: 1px solid $p5-contrast-lightgray;
101+
outline-offset: 1px;
101102
color: $p5-contrast-white !important;
102103
}
103104

client/styles/components/_p5-dark-codemirror-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ $p5-dark-activeline: rgb(207, 207, 207);
101101

102102
.cm-s-p5-dark .CodeMirror-matchingbracket {
103103
outline: 1px solid $p5-dark-gray;
104+
outline-offset: 1px;
104105
color: $p5-dark-white !important;
105106
}
106107

client/styles/components/_p5-light-codemirror-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ $p5-light-activeline: rgb(207, 207, 207);
9999

100100
.cm-s-p5-light .CodeMirror-matchingbracket {
101101
outline: 1px solid $p5-light-gray;
102+
outline-offset: 1px;
102103
color: $p5-light-black !important;
103104
}
104105

0 commit comments

Comments
 (0)