We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee8d60 commit 51a10b5Copy full SHA for 51a10b5
1 file changed
src/vs/base/parts/tree/browser/treeView.ts
@@ -602,7 +602,7 @@ export class TreeView extends HeightMap {
602
if (styles.listDropBackground) {
603
content.push(`
604
.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; }
+ .monaco-tree.monaco-tree-instance-${this.instance} .monaco-tree-rows > .monaco-tree-row.drop-target { background-color: ${styles.listDropBackground} !important; color: inherit !important; }
606
`);
607
}
608
0 commit comments