提交 bbd8340d 编写于 作者: I isidor

debug: small css cleanup

上级 86be59b8
......@@ -19,15 +19,10 @@
animation-duration: 0.15s;
animation-name: fadeIn;
word-wrap: break-word;
-webkit-user-select: text;
white-space: pre;
-webkit-user-select: text;
-ms-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
overflow: hidden;
}
......@@ -37,7 +32,7 @@
}
.monaco-editor .debug-hover-widget .debug-hover-tree .monaco-tree .monaco-tree-row > .content {
-webkit-user-select: initial;
-webkit-user-select: text;
}
/* Disable tree highlight in debug hover tree. */
......
......@@ -71,9 +71,6 @@
line-height: 18px;
-webkit-user-select: text;
-moz-user-select: text;
-o-user-select: text;
-ms-user-select: text;
}
.debug-viewlet .debug-message-box.exception {
......
......@@ -28,7 +28,7 @@
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row > .content {
line-height: 18px;
word-wrap: break-word;
-webkit-user-select: initial;
-webkit-user-select: text;
}
.monaco-workbench .repl .repl-tree .monaco-tree-row .input.expression.mac,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册