Skip to content

Commit

Permalink
Restore bracket match CSS syntax (microsoft#166109)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ggie committed Nov 11, 2022
1 parent b982536 commit 7d0b8f1
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 7d0b8f1

Please sign in to comment.