mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
Fix #74978, Update initialize icon
This commit is contained in:
parent
a2ce8bed5a
commit
77b250d4d6
2 changed files with 7 additions and 0 deletions
|
@ -358,6 +358,10 @@ body[data-exploration="icon-exploration"] .search-view .search-widget .toggle-re
|
|||
Git
|
||||
****************/
|
||||
|
||||
body[data-exploration="icon-exploration"] .monaco-workbench .part > .title > .title-actions .action-label[data-title="git.init"] {
|
||||
-webkit-mask-image: url("images/git/initialze.svg");
|
||||
}
|
||||
|
||||
body[data-exploration="icon-exploration"] .monaco-workbench .part > .title > .title-actions .action-label[data-title="git.commit"],
|
||||
body[data-exploration="icon-exploration"] .monaco-panel-view .panel > .panel-header > .actions .action-label.icon[data-title="git.commit"] {
|
||||
-webkit-mask-image: url("images/git/check-alt1.svg");
|
||||
|
|
3
src/vs/workbench/browser/media/images/git/initialze.svg
Normal file
3
src/vs/workbench/browser/media/images/git/initialze.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14 7V8H8V14H7V8H1V7H7V1H8V7H14Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 161 B |
Loading…
Reference in a new issue