提交 93cbbc3e 编写于 作者: I isidor

fixes #65799

上级 1c7194ad
...@@ -5,11 +5,10 @@ ...@@ -5,11 +5,10 @@
/* Debug repl */ /* Debug repl */
.composite.panel .repl { .repl {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow: hidden;
cursor: text;
} }
.repl .surveyor { .repl .surveyor {
...@@ -62,6 +61,10 @@ ...@@ -62,6 +61,10 @@
text-decoration: underline; 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 .input.expression,
.monaco-workbench.windows .repl .repl-tree .monaco-list-row .output.expression, .monaco-workbench.windows .repl .repl-tree .monaco-list-row .output.expression,
.monaco-workbench.linux .repl .repl-tree .monaco-list-row .input.expression, .monaco-workbench.linux .repl .repl-tree .monaco-list-row .input.expression,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册