From f2db47893fdc16718e14ed788b90d448454132bd Mon Sep 17 00:00:00 2001 From: Matt Irvine Date: Mon, 26 Mar 2018 15:49:39 -0700 Subject: [PATCH] Go back to using VS Code's tab close icons (#997) --- src/sql/media/overwriteVsIcons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sql/media/overwriteVsIcons.css b/src/sql/media/overwriteVsIcons.css index b438bdf707..09ffebe09f 100644 --- a/src/sql/media/overwriteVsIcons.css +++ b/src/sql/media/overwriteVsIcons.css @@ -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; -} \ No newline at end of file +} */ \ No newline at end of file