mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Fix pin, unpin and close icon issues (#822)
* fix pin, unpin and close icon issues * formatting
This commit is contained in:
14
src/sql/media/overwriteVsIcons.css
Normal file
14
src/sql/media/overwriteVsIcons.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* 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 {
|
||||
background: url('icons/close.svg') center center no-repeat !important;
|
||||
background-size: 10px !important;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user