Skip to content

Commit

Permalink
Merge pull request #166141 from d0ggie/bracketMatchingBorder
Browse files Browse the repository at this point in the history
Restore bracket match CSS syntax (#166109)
  • Loading branch information
hediet committed Nov 14, 2022
2 parents 3fb8e8f + 7d0b8f1 commit c9fd476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
.monaco-editor .bracket-match {
box-sizing: border-box;
background-color: var(--vscode-editorBracketMatch-background);
border: var(--vscode-editorBracketMatch-border);
border: 1px solid var(--vscode-editorBracketMatch-border);
}

0 comments on commit c9fd476

Please sign in to comment.