Skip to content

Commit 93d5dd8

Browse files
authored
Change a clickable cursor into a pointer on hint widget (microsoft#146449)
Fixes microsoft#146305
1 parent c8745c3 commit 93d5dd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/editor/contrib/parameterHints/browser/parameterHints.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
display: flex;
1010
flex-direction: column;
1111
line-height: 1.5em;
12+
cursor: default;
1213
}
1314

1415
.monaco-editor .parameter-hints-widget > .phwrapper {
@@ -56,6 +57,10 @@
5657
white-space: initial;
5758
}
5859

60+
.monaco-editor .parameter-hints-widget .docs .markdown-docs a:hover {
61+
cursor: pointer;
62+
}
63+
5964
.monaco-editor .parameter-hints-widget .docs .markdown-docs code {
6065
font-family: var(--monaco-monospace-font);
6166
}

0 commit comments

Comments
 (0)