Skip to content

Commit 51a10b5

Browse files
Benjamin Paserodbaeumer
authored andcommitted
theming - fix color clash when dragging over selected or focused item
1 parent 8ee8d60 commit 51a10b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/parts/tree/browser/treeView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export class TreeView extends HeightMap {
602602
if (styles.listDropBackground) {
603603
content.push(`
604604
.monaco-tree.monaco-tree-instance-${this.instance} .monaco-tree-wrapper.drop-target,
605-
.monaco-tree.monaco-tree-instance-${this.instance} .monaco-tree-rows > .monaco-tree-row.drop-target { background-color: ${styles.listDropBackground} !important; }
605+
.monaco-tree.monaco-tree-instance-${this.instance} .monaco-tree-rows > .monaco-tree-row.drop-target { background-color: ${styles.listDropBackground} !important; color: inherit !important; }
606606
`);
607607
}
608608

0 commit comments

Comments
 (0)