mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Go back to using VS Code's tab close icons (#997)
This commit is contained in:
committed by
Karl Burtram
parent
c0c4d7c246
commit
f2db47893f
@@ -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;
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user