mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Change a clickable cursor into a pointer on hint widget (#146449)
Fixes #146305
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: 1.5em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget > .phwrapper {
|
||||
@@ -56,6 +57,10 @@
|
||||
white-space: initial;
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget .docs .markdown-docs a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget .docs .markdown-docs code {
|
||||
font-family: var(--monaco-monospace-font);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user