Skip to content

Commit 482c21d

Browse files
FernandoAscenciojonah-iden
authored andcommitted
tree: fix pointer issue due to decoration (eclipse-theia#12436)
This commit fixes a small issue where the indent decoration blocked right and left clicks. Thus reducing the effective area of selection. Signed-off-by: FernandoAscencio <[email protected]>
1 parent 92934db commit 482c21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/browser/style/tree.css

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
position: absolute;
178178
height: var(--theia-content-line-height);
179179
border-right: var(--theia-border-width) solid transparent;
180+
pointer-events: none;
180181
}
181182

182183
.theia-tree-node-indent.always,

0 commit comments

Comments
 (0)