提交 fa1c7978 编写于 作者: B Benjamin Pasero

add comment

上级 e3c6a95d
......@@ -49,10 +49,6 @@
/* START Keyboard Focus Indication Styles */
.monaco-shell .synthetic-focus :focus {
outline: none !important;
}
.monaco-shell.vs [tabindex="0"]:focus,
.monaco-shell.vs .synthetic-focus,
.monaco-shell.vs input[type="button"]:focus,
......@@ -110,6 +106,10 @@
outline-offset: -2px;
}
.monaco-shell .synthetic-focus :focus {
outline: 0 !important; /* elements within widgets that draw synthetic-focus should never show focus */
}
.monaco-shell .monaco-inputbox.info input[type="text"]:focus,
.monaco-shell .monaco-inputbox.warning input[type="text"]:focus,
.monaco-shell .monaco-inputbox.error input[type="text"]:focus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册