Skip to content

Commit add344d

Browse files
authored
Merge pull request microsoft#88078 from jeanp413/fix-87596
Fixes file drag and drop does not open the explorer pane
2 parents 758890e + f99bc0c commit add344d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/browser/parts/activitybar/media/activityaction.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
height: 100%;
9292
}
9393

94+
.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .active-item-indicator {
95+
pointer-events: none;
96+
}
97+
9498
.monaco-workbench.border .activitybar.right > .content :not(.monaco-menu) > .monaco-action-bar .active-item-indicator {
9599
left: -2px;
96100
}

0 commit comments

Comments
 (0)