提交 46802c1b 编写于 作者: E Eric Amodio

Fixes #91103

上级 0b02e61f
......@@ -15,6 +15,8 @@
user-select: text;
-webkit-user-select: text;
white-space: pre;
cursor: text;
margin-left: 6px;
}
.repl .repl-tree.word-wrap .monaco-tl-contents {
......@@ -25,6 +27,14 @@
word-break: break-all;
}
.repl .repl-tree .monaco-tl-twistie {
padding-right: 0;
}
.repl .repl-tree .monaco-tl-twistie.collapsible {
cursor: pointer;
}
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie.collapsible + .monaco-tl-contents,
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie {
cursor: pointer;
......@@ -39,7 +49,7 @@
}
.repl .repl-tree .monaco-tl-contents .arrow {
position:absolute;
position: absolute;
left: 2px;
opacity: 0.25;
}
......@@ -55,9 +65,9 @@
text-decoration: underline;
}
.repl .repl-tree .monaco-list-row {
/* .repl .repl-tree .monaco-list-row {
cursor: text;
}
} */
.repl .repl-tree .output.expression > .value,
.repl .repl-tree .evaluation-result.expression > .value {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册