Skip to content

Commit 75fd503

Browse files
committed
Don't use hardcoded color for fuzzy highlight, show outline when in active line
1 parent c336a83 commit 75fd503

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/jupyterlab-lsp/style/index.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
background-color: var(--jp-layout-color2);
4040
}
4141

42-
/* fuzzy matches (not exact symbol matches) */
43-
.cm-lsp-highlight-Text {
44-
background-color: #ddeeee;
45-
box-shadow: 0 0 3px 3px #ddeeee;
42+
.CodeMirror-activeline .cm-lsp-highlight {
43+
outline: 1px dotted var(--jp-layout-color3);
4644
}

0 commit comments

Comments
 (0)