Skip to content

Commit eff4ed6

Browse files
authored
Have the high contrast CSS rules match the regular ones (microsoft#174864)
Fixes microsoft#173262
1 parent 372db60 commit eff4ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
box-sizing: border-box;
99
border: 1px solid var(--vscode-editor-selectionHighlightBorder);
1010
}
11-
.monaco-editor.hc-black .selectionHighlight, .monaco-editor.hc-light .selectionHighlight {
11+
.monaco-editor.hc-black .focused .selectionHighlight, .monaco-editor.hc-light .focused .selectionHighlight {
1212
border-style: dotted;
1313
}
1414

@@ -30,7 +30,7 @@
3030
border-style: dotted;
3131
}
3232

33-
.monaco-editor .focused .wordHighlightText {
33+
.monaco-editor .wordHighlightText {
3434
background-color: var(--vscode-editor-wordHighlightTextBackground);
3535
box-sizing: border-box;
3636
border: 1px solid var(--vscode-editor-wordHighlightTextBorder);

0 commit comments

Comments
 (0)