Archived
1
0

fix(lib/vscode): update to 1.56.1 (#3351)

This commit is contained in:
Akash Satheesan
2021-05-12 01:15:06 +05:30
committed by GitHub
parent 6a4ff9c05c
commit 74fbb425f2
3 changed files with 3 additions and 8 deletions

View File

@ -8,6 +8,7 @@
height: 16px;
background-repeat: no-repeat;
background-position: 50%;
background-size: 16px;
}
.monaco-action-bar .action-item.menu-entry .action-label {

View File

@ -83,12 +83,6 @@
display: flex;
align-items: center;
overflow: hidden;
min-width: 16px; /* for flex */
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.scm-view .scm-provider > .actions > .monaco-toolbar > .monaco-action-bar > .actions-container > .action-item > .action-label > .codicon {