Skip to content

Commit

Permalink
Remove outline on matching brackets
Browse files Browse the repository at this point in the history
FIX: Remove the outline on matching brackets, because that could cover the native
cursor on Chrome.

Closes codemirror/dev#1027
  • Loading branch information
marijnh committed Dec 8, 2022
1 parent b2783a6 commit 953cdb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/one-dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ export const oneDarkTheme = EditorView.theme({
".cm-selectionMatch": {backgroundColor: "#aafe661a"},

"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
backgroundColor: "#bad0f847",
outline: "1px solid #515a6b"
backgroundColor: "#bad0f847"
},

".cm-gutters": {
Expand Down

0 comments on commit 953cdb3

Please sign in to comment.