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:
Daniel Imms 2021-12-20 11:15:08 -08:00
parent 2d1b8fbb2c
commit c2b59954cb

View file

@ -20,6 +20,10 @@
display: none;
}
.monaco-hover a:hover {
cursor: pointer;
}
.monaco-hover .hover-contents:not(.html-hover-contents) {
padding: 4px 8px;
}