We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372db60 commit eff4ed6Copy full SHA for eff4ed6
src/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.css
@@ -8,7 +8,7 @@
8
box-sizing: border-box;
9
border: 1px solid var(--vscode-editor-selectionHighlightBorder);
10
}
11
-.monaco-editor.hc-black .selectionHighlight, .monaco-editor.hc-light .selectionHighlight {
+.monaco-editor.hc-black .focused .selectionHighlight, .monaco-editor.hc-light .focused .selectionHighlight {
12
border-style: dotted;
13
14
@@ -30,7 +30,7 @@
30
31
32
33
-.monaco-editor .focused .wordHighlightText {
+.monaco-editor .wordHighlightText {
34
background-color: var(--vscode-editor-wordHighlightTextBackground);
35
36
border: 1px solid var(--vscode-editor-wordHighlightTextBorder);
0 commit comments