mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
@@ -71,8 +71,7 @@
|
||||
/* Expressions */
|
||||
|
||||
|
||||
.monaco-workbench .debug-pane .monaco-list-row .expression,
|
||||
.monaco-workbench .debug-hover-widget .monaco-list-row .expression {
|
||||
.monaco-workbench .monaco-list-row .expression {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
line-height: var(--vscode-repl-line-height);
|
||||
}
|
||||
|
||||
.monaco-workbench .repl .repl-tree .monaco-tl-contents .expression .lazy-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.monaco-workbench .repl .repl-tree .monaco-tl-twistie {
|
||||
background-position-y: calc(100% - (var(--vscode-repl-font-size-for-twistie)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user