提交 60068521 编写于 作者: I isidor

panel top HC aware

fixes #3657
上级 505e954a
......@@ -14,3 +14,8 @@
.monaco-workbench > .part.panel {
z-index: initial;
}
/* High Contrast Theming */
.monaco-workbench.hc-black > .part.panel > .title {
border-top-color: #6FC3DF;
}
......@@ -130,6 +130,10 @@
box-sizing: border-box;
}
.monaco-workbench.hc-black .repl .repl-input-wrapper {
border-top-color: #6FC3DF;
}
.monaco-workbench .repl .repl-input-wrapper:before {
left: 8px;
position: absolute;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册