Have the high contrast CSS rules match the regular ones (#174864)

Fixes #173262
This commit is contained in:
Alexandru Dima
2023-02-22 21:28:40 +01:00
committed by GitHub
parent 372db6029f
commit eff4ed67af
@@ -8,7 +8,7 @@
box-sizing: border-box;
border: 1px solid var(--vscode-editor-selectionHighlightBorder);
}
.monaco-editor.hc-black .selectionHighlight, .monaco-editor.hc-light .selectionHighlight {
.monaco-editor.hc-black .focused .selectionHighlight, .monaco-editor.hc-light .focused .selectionHighlight {
border-style: dotted;
}
@@ -30,7 +30,7 @@
border-style: dotted;
}
.monaco-editor .focused .wordHighlightText {
.monaco-editor .wordHighlightText {
background-color: var(--vscode-editor-wordHighlightTextBackground);
box-sizing: border-box;
border: 1px solid var(--vscode-editor-wordHighlightTextBorder);