提交 3ad7eb07 编写于 作者: M Miguel Solorio

Update Codicons: rename tree list modes, add filter funnel, center sync

https://github.com/microsoft/vscode-codicons/commit/5131e329ebb7d7a0de10e9216da5c492115a41a1
上级 d1684d21
......@@ -98,7 +98,7 @@
"git": {
"name": "vscode-codicons",
"repositoryUrl": "https://github.com/microsoft/vscode-codicons",
"commitHash": "1f8534396cda86d3fa199b0e45ce110b55d794d0"
"commitHash": "80ab77cb1b19c55cb7300bcb8f76fe43e5fbd427"
}
},
"license": "MIT and Creative Commons Attribution 4.0",
......
......@@ -5,7 +5,7 @@
@font-face {
font-family: "codicon";
src: url("./codicon.ttf?f5d7d29fe5677c620f764a26698d7611") format("truetype");
src: url("./codicon.ttf?be9fd17e767606dd03a4a6ea35903317") format("truetype");
}
.codicon[class*='codicon-'] {
......@@ -336,7 +336,6 @@
.codicon-screen-full:before { content: "\eb4c" }
.codicon-screen-normal:before { content: "\eb4d" }
.codicon-search-stop:before { content: "\eb4e" }
.codicon-selection:before { content: "\eb4f" }
.codicon-server:before { content: "\eb50" }
.codicon-settings-gear:before { content: "\eb51" }
.codicon-settings:before { content: "\eb52" }
......@@ -387,4 +386,8 @@
.codicon-window:before { content: "\eb7f" }
.codicon-word-wrap:before { content: "\eb80" }
.codicon-zoom-in:before { content: "\eb81" }
.codicon-zoom-out:before { content: "\f101" }
.codicon-zoom-out:before { content: "\eb82" }
.codicon-list-filter:before { content: "\eb83" }
.codicon-list-flat:before { content: "\eb84" }
.codicon-list-selection:before { content: "\eb85" }
.codicon-list-tree:before { content: "\eb85" }
......@@ -571,7 +571,7 @@ export class ToggleViewModeAction extends Action {
}
private onDidChangeMode(mode: ViewModelMode): void {
const iconClass = mode === ViewModelMode.List ? 'codicon-filter' : 'codicon-selection';
const iconClass = mode === ViewModelMode.List ? 'codicon-list-filter' : 'codicon-list-selection';
this.class = `scm-action toggle-view-mode ${iconClass}`;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册