From 7d0b8f11f34e09cead5fd7ae1744658c14c190aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Sepp=C3=A4nen?= Date: Fri, 11 Nov 2022 21:39:04 +0200 Subject: [PATCH] Restore bracket match CSS syntax (#166109) --- .../editor/contrib/bracketMatching/browser/bracketMatching.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/contrib/bracketMatching/browser/bracketMatching.css b/src/vs/editor/contrib/bracketMatching/browser/bracketMatching.css index 7d8dcf3ca694c..5f30d3c06a567 100644 --- a/src/vs/editor/contrib/bracketMatching/browser/bracketMatching.css +++ b/src/vs/editor/contrib/bracketMatching/browser/bracketMatching.css @@ -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); }