Skip to content

Commit ed417f5

Browse files
committed
Hide the text with transparent color, not hidden...
to keep the row highlight full width on hover
1 parent b817a1c commit ed417f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/theme-vscode/style/completer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212

1313
.lsp-completer-theme-vscode .jp-Completer-typeExtended {
14-
visibility: hidden;
14+
color: transparent;
1515
}
1616

1717
.lsp-completer-theme-vscode
1818
.jp-Completer-item.jp-mod-active
1919
.jp-Completer-typeExtended {
20-
visibility: visible;
20+
color: inherit;
2121
}

0 commit comments

Comments
 (0)