Fixed focus on search input hc-dark theme

上级 d1e9bdd2
......@@ -81,7 +81,11 @@
.monaco-shell.hc-black input[type="text"]:focus, .monaco-shell.hc-black textarea:focus,
.monaco-shell.hc-black input[type="checkbox"]:focus {
outline: 2px solid #f38518;
outline-offset: -2px;
outline-offset: -1px;
}
.monaco-shell.hc-black .synthetic-focus input {
background:transparent; /* Search input focus fix when in high contrast */
}
.monaco-shell.vs .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册