Fix lazy button layout and cursor (#149963)

Fix #149875
This commit is contained in:
Rob Lourens
2022-05-19 11:43:09 -07:00
committed by GitHub
parent a00e138040
commit 2c9c8e6770
2 changed files with 5 additions and 2 deletions
@@ -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)));
}