提交 2d4071e3 编写于 作者: I isidor

repl.css - remove some unused rules

上级 fc387d36
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
.monaco-workbench .repl { .monaco-workbench .repl {
height: 100%; height: 100%;
position: relative;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow: hidden;
} }
...@@ -96,10 +95,6 @@ ...@@ -96,10 +95,6 @@
cursor: pointer; cursor: pointer;
} }
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-rows > .monaco-tree-row .content.input-output-pair > .input.expression {
cursor: default;
}
/* Disable repl hover highlight in tree. */ /* Disable repl hover highlight in tree. */
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-rows > .monaco-tree-row:hover:not(.highlighted):not(.selected):not(.focused) { .monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-rows > .monaco-tree-row:hover:not(.highlighted):not(.selected):not(.focused) {
background-color: inherit; background-color: inherit;
...@@ -136,10 +131,6 @@ ...@@ -136,10 +131,6 @@
line-height: 18px; line-height: 18px;
} }
.monaco-workbench .repl .repl-input {
background-color: inherit;
}
.vs .monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row > .content > .output.expression > .warn { .vs .monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row > .content > .output.expression > .warn {
color: #cd9731; color: #cd9731;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册