提交 46c564f5 编写于 作者: B Benjamin Pasero

adjust opacity on focus too

上级 6f272b6b
......@@ -53,6 +53,7 @@
.monaco-shell iframe[tabindex="0"]:focus {
outline: 2px auto -webkit-focus-ring-color;
outline-offset: -2px;
opacity: 1 !important; /* prevent components from dimming focus feedback */
}
.monaco-shell a[tabindex="0"]:active, a[tabindex="0"]:hover,
......@@ -60,6 +61,7 @@
.monaco-shell select:active, select:hover,
.monaco-shell iframe[tabindex="0"]:active, iframe[tabindex="0"]:hover {
outline: 0;
opacity: inherit;
}
.monaco-shell a.prominent {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册