blob: 289c8d4561797d76f3efca3823c15cf9ff2dd0f9 [file] [log] [blame]
/*---------------------------------------------------------
* Copyright 2022 The Go Authors. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*--------------------------------------------------------*/
.log {
font-weight: lighter;
}
.vuln {
text-align: left;
padding-bottom: 1em;
}
.vuln-desc {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.vuln-details {
padding-bottom: 0.5em;
}
.vuln-fix:hover,
.vuln-fix:active {
color: var(--vscode-textLink-activeForeground);
}
.vuln-fix {
cursor:pointer;
color: var(--vscode-textLink-foreground);
text-decoration:underline;
}
details summary {
cursor: pointer;
position: relative;
}
details summary>* {
display: inline;
position: relative;
}
.stacks {
padding: 1em;
}
.stack {
padding: 1em;
font-size: var(--vscode-editor-font-size);
font-family: var(--vscode-editor-font-family);
}