mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01: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:
@@ -20,6 +20,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monaco-hover a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.monaco-hover .hover-contents:not(.html-hover-contents) {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user