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 c8745c3 commit 93d5dd8Copy full SHA for 93d5dd8
src/vs/editor/contrib/parameterHints/browser/parameterHints.css
@@ -9,6 +9,7 @@
9
display: flex;
10
flex-direction: column;
11
line-height: 1.5em;
12
+ cursor: default;
13
}
14
15
.monaco-editor .parameter-hints-widget > .phwrapper {
@@ -56,6 +57,10 @@
56
57
white-space: initial;
58
59
60
+.monaco-editor .parameter-hints-widget .docs .markdown-docs a:hover {
61
+ cursor: pointer;
62
+}
63
+
64
.monaco-editor .parameter-hints-widget .docs .markdown-docs code {
65
font-family: var(--monaco-monospace-font);
66
0 commit comments