mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
fix the close icons in sqlops (#1032)
This commit is contained in:
@@ -1 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><title>close_small</title><path d="M5.58,5.11,10,9.53l-.58.58L5,5.69.58,10.11,0,9.53,4.42,5.11,0,.69.58.11,5,4.53,9.42.11,10,.69Z"/></svg>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><title>close_small</title><path d="M5.58,5.11,10,9.53l-.58.58L5,5.69.58,10.11,0,9.53,4.42,5.11,0,.69.58.11,5,4.53,9.42.11,10,.69Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 254 B |
@@ -1 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><defs><style>.cls-1{fill:#fff;}</style></defs><title>close_small_inverse</title><path class="cls-1" d="M5.58,5,10,9.42,9.42,10,5,5.58.58,10,0,9.42,4.42,5,0,.58.58,0,5,4.42,9.42,0,10,.58Z"/></svg>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><defs><style>.cls-1{fill:#fff;}</style></defs><title>close_small_inverse</title><path class="cls-1" d="M5.58,5,10,9.42,9.42,10,5,5.58.58,10,0,9.42,4.42,5,0,.58.58,0,5,4.42,9.42,0,10,.58Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 311 B |
@@ -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;
|
||||
}
|
||||
@@ -46,6 +46,10 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.account-view .provider-view .list-row .actions-container .action-item .action-label.icon.remove {
|
||||
background-size: 14px !important;
|
||||
}
|
||||
|
||||
.account-view .provider-view .list-row .actions-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user