提交 50e1c61c 编写于 作者: M Miguel Solorio

Actually fix the tree icon issue

上级 3e1c60cd
......@@ -1064,6 +1064,7 @@ body[data-exploration="icon-exploration"] .monaco-panel-view .panel > .panel-hea
body[data-exploration="icon-exploration"] .markers-panel .monaco-tl-contents .multiline-actions .action-label.octicon-chevron-up,
body[data-exploration="icon-exploration"] .monaco-tl-twistie.collapsible:not(.loading) {
-webkit-mask-image: url("images/tree/expand-alt1.svg");
background-image: url("images/tree/expand-alt1.svg");
}
body[data-exploration="icon-exploration"] .file-icon-themable-tree .monaco-tree-row.has-children .content::before,
......@@ -1072,6 +1073,8 @@ body[data-exploration="icon-exploration"] .monaco-panel-view .panel > .panel-hea
body[data-exploration="icon-exploration"] .markers-panel .monaco-tl-contents .multiline-actions .action-label.octicon-chevron-down,
body[data-exploration="icon-exploration"] .monaco-tl-twistie.collapsible.collapsed:not(.loading) {
-webkit-mask-image: url("images/tree/collapse-alt1.svg");
background-image: url("images/tree/collapse-alt1.svg");
}
body[data-exploration="icon-exploration"] .monaco-workbench .part.editor > .content .editor-group-container > .title .title-actions .action-label[data-title="workbench.action.closeActiveEditor"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册