joh/external marlin (#165336)

* move typeHierarchyPeek onto CSS variables

* move symbolIcons onto CSS variables

* move markerHoverParticipant onto CSS variables
This commit is contained in:
Johannes Rieken
2022-11-03 13:35:34 +01:00
committed by GitHub
parent e9db45a0de
commit b3523bc5ca
6 changed files with 71 additions and 229 deletions

View File

@@ -137,6 +137,11 @@
/** Hack to force underline to show **/
border-bottom: 1px solid transparent;
text-underline-position: under;
color: var(--vscode-textLink-foreground);
}
.monaco-hover .hover-contents a.code-link > span:hover {
color: var(--vscode-textLink-activeForeground);
}
/** Spans in markdown hovers need a margin-bottom to avoid looking cramped: https://github.com/microsoft/vscode/issues/101496 **/