mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
Merge from vscode 79a1f5a5ca0c6c53db617aa1fa5a2396d2caebe2
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
background-size: 10px;
|
||||
}
|
||||
|
||||
.vs .monaco-workbench .tab > .tab-close .action-label.close-editor-action {
|
||||
.monaco-workbench.vs .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 {
|
||||
.monaco-workbench.vs-dark .tab > .tab-close .action-label.close-editor-action,
|
||||
.monaco-workbench.hc-black .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