Skip to content

Commit

Permalink
tree: fix pointer issue due to decoration (#12436)
Browse files Browse the repository at this point in the history
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 <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio authored Apr 27, 2023
1 parent a1be6ec commit 1a2d07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
position: absolute;
height: var(--theia-content-line-height);
border-right: var(--theia-border-width) solid transparent;
pointer-events: none;
}

.theia-tree-node-indent.always,
Expand Down

0 comments on commit 1a2d07a

Please sign in to comment.