mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
fix the close icons in sqlops (#1032)
This commit is contained in:
@@ -3,12 +3,15 @@
|
||||
* 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;
|
||||
.monaco-workbench > .part.editor > .content > .one-editor-silo > .container > .title .tabs-container > .tab > .tab-close .action-label.close-editor-action {
|
||||
background-size: 10px;
|
||||
}
|
||||
|
||||
.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;
|
||||
.vs .monaco-workbench .tab > .tab-close .action-label.close-editor-action {
|
||||
background: url('icons/close.svg') center center no-repeat;
|
||||
}
|
||||
|
||||
.vs-dark .monaco-workbench .tab > .tab-close .action-label.close-editor-action,
|
||||
.hc-black .monaco-workbench .tab > .tab-close .action-label.close-editor-action {
|
||||
background: url('icons/close_inverse.svg') center center no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user