mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Add cursor pointer style to hover
Not sure what caused this regression but this seems like a safe fix Fixes #139535
This commit is contained in:
parent
2d1b8fbb2c
commit
c2b59954cb
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.monaco-hover a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.monaco-hover .hover-contents:not(.html-hover-contents) {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue