55 lines
993 B
CSS
55 lines
993 B
CSS
.vscode-codeql__query-file {
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.vscode-codeql__query-file-link {
|
|
text-decoration: none;
|
|
padding-left: 0.3em;
|
|
color: var(--vscode-editor-foreground);
|
|
}
|
|
|
|
.vscode-codeql__query-file-link:hover {
|
|
color: var(--vscode-editor-foreground);
|
|
}
|
|
|
|
.vscode-codeql__query-summary-container {
|
|
padding-top: 1.5em;
|
|
}
|
|
|
|
.vscode-codeql__analysis-summaries-list {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0.5em 0 0 0;
|
|
}
|
|
|
|
.vscode-codeql__analysis-summaries-list-item {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
.vscode-codeql__analyses-results-list {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0.5em 0 0 0;
|
|
}
|
|
|
|
.vscode-codeql__analyses-results-list-item {
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
.vscode-codeql__analysis-item {
|
|
padding-right: 0.1em;
|
|
}
|
|
|
|
.vscode-codeql__expand-button {
|
|
background: none;
|
|
color: var(--vscode-textLink-foreground);
|
|
border: none;
|
|
cursor: pointer;
|
|
padding-top: 1em;
|
|
font-size: x-small;
|
|
}
|
|
|
|
.vscode-codeql__analysis-result-file-link {
|
|
vertical-align: middle;
|
|
}
|