提交 757c5fea 编写于 作者: I isidor

debug: fix cursors in repl and hover

fixes #64377
上级 2ecb5a39
......@@ -31,6 +31,7 @@
.monaco-editor .debug-hover-widget .debug-hover-tree {
line-height: 18px;
cursor: pointer;
}
.monaco-editor .debug-hover-widget .debug-hover-tree .monaco-list-row .monaco-tl-contents {
......
......@@ -9,6 +9,7 @@
height: 100%;
box-sizing: border-box;
overflow: hidden;
cursor: text;
}
.monaco-workbench .repl .surveyor {
......@@ -36,6 +37,11 @@
word-break: break-all;
}
.monaco-workbench.mac .repl .repl-tree .monaco-list-row .monaco-tl-twistie.collapsible + .monaco-tl-contents,
.monaco-workbench.mac .repl .repl-tree .monaco-list-row .monaco-tl-twistie {
cursor: pointer;
}
.monaco-workbench.mac .repl .repl-tree .monaco-list-row .input.expression,
.monaco-workbench.mac .repl .repl-tree .monaco-list-row .output.expression {
font-size: 12px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册