Go back to using VS Code's tab close icons (#997)

This commit is contained in:
Matt Irvine
2018-03-26 15:49:39 -07:00
committed by Karl Burtram
parent c0c4d7c246
commit f2db47893f

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* Overwrite close editor action icon */
.vs .monaco-workbench .close-editor-action {
/* .vs .monaco-workbench .close-editor-action {
background: url('icons/close.svg') center center no-repeat !important;
background-size: 10px !important;
}
@@ -11,4 +11,4 @@
.vs-dark .monaco-workbench .close-editor-action,
.hc-black .monaco-workbench .close-editor-action {
background: url('icons/close_inverse.svg') center center no-repeat !important;
}
} */