pull/65869/head
isidor 2018-12-31 11:21:51 +01:00
parent 1c7194ad5d
commit 93cbbc3eab
1 changed files with 5 additions and 2 deletions

View File

@ -5,11 +5,10 @@
/* Debug repl */
.composite.panel .repl {
.repl {
height: 100%;
box-sizing: border-box;
overflow: hidden;
cursor: text;
}
.repl .surveyor {
@ -62,6 +61,10 @@
text-decoration: underline;
}
.repl .repl-tree .monaco-list-row {
cursor: text;
}
.monaco-workbench.windows .repl .repl-tree .monaco-list-row .input.expression,
.monaco-workbench.windows .repl .repl-tree .monaco-list-row .output.expression,
.monaco-workbench.linux .repl .repl-tree .monaco-list-row .input.expression,