Skip to content

Commit 1a2d07a

Browse files
tree: fix pointer issue due to decoration (#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 a1be6ec commit 1a2d07a

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)