Skip to content

Commit 7d0b8f1

Browse files
committed
Restore bracket match CSS syntax (microsoft#166109)
1 parent b982536 commit 7d0b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/bracketMatching/browser/bracketMatching.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
.monaco-editor .bracket-match {
77
box-sizing: border-box;
88
background-color: var(--vscode-editorBracketMatch-background);
9-
border: var(--vscode-editorBracketMatch-border);
9+
border: 1px solid var(--vscode-editorBracketMatch-border);
1010
}

0 commit comments

Comments
 (0)