This commit is contained in:
Sandeep Somavarapu
2021-07-21 11:30:58 +02:00
parent cb4f7b5690
commit ef55a57968
6 changed files with 35 additions and 18 deletions

View File

@@ -116,16 +116,19 @@
vertical-align: middle;
}
.monaco-hover .hover-contents a.code-link:hover,
.monaco-hover .hover-contents a.code-link {
color: inherit;
}
.monaco-hover .hover-contents a.code-link:before {
content: '(';
}
.monaco-hover .hover-contents a.code-link:after {
content: ')';
}
.monaco-hover .hover-contents a.code-link {
color: inherit;
}
.monaco-hover .hover-contents a.code-link > span {
text-decoration: underline;
/** Hack to force underline to show **/