提交 48ae6e30 编写于 作者: B Benjamin Pasero

💄

上级 f7358439
......@@ -587,6 +587,7 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
.monaco-shell .monaco-tree.focused.no-focused-item:focus:before,
.monaco-shell input[type="button"]:focus,
.monaco-shell input[type="text"]:focus,
.monaco-shell button:focus,
.monaco-shell textarea:focus,
.monaco-shell input[type="search"]:focus,
.monaco-shell input[type="checkbox"]:focus {
......
......@@ -28,7 +28,7 @@
.task-statusbar-item-label {
display: inline-block;
cursor: pointer;
padding: 0 5px 0 5px;
padding: 0 0 0 5px;
}
.task-statusbar-item-label > .task-statusbar-item-label-counter {
......
......@@ -188,7 +188,6 @@
height: 5em;
font-size: 1.3em;
text-align: left;
outline: none;
cursor: pointer;
white-space: nowrap;
}
......@@ -243,12 +242,9 @@
background: rgba(200, 235, 255, .072);
}
.vs .monaco-workbench > .part.editor > .content .welcomePage .commands li button:focus {
outline: 1px solid rgba(0, 0, 0, .6);
}
.vs-dark .monaco-workbench > .part.editor > .content .welcomePage .commands li button:focus {
outline: 1px solid rgba(255, 255, 255, .5);
.monaco-workbench > .part.editor > .content .welcomePage .commands li button:focus {
outline-style: solid;
outline-width: 1px;
}
.hc-black .monaco-workbench > .part.editor > .content .welcomePage .commands li button {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册