fix tabs dnd feedback

This commit is contained in:
Benjamin Pasero
2016-06-16 08:54:46 +02:00
parent 2dfb054355
commit b10dfc87c8

View File

@@ -55,18 +55,19 @@
.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container.dropfeedback,
.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dropfeedback {
background-color: #DDECFF;
background-color: rgba(51,153,255, 0.18);
}
.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container.dropfeedback,
.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dropfeedback {
background-color: #383B3D;
background-color: rgba(83, 89, 93, 0.5);
}
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container.dropfeedback,
.hc-black .monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dropfeedback {
background: none !important;
border: 1px dashed #f38518;
outline: 2px dashed #f38518;
outline-offset: -2px;
}
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dragged {