Skip to content

Commit

Permalink
style: Indent decoration blocked poiter events.
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 <[email protected]>
  • Loading branch information
FernandoAscencio authored and vince-fugnitto committed Apr 27, 2023
1 parent a1be6ec commit 3ba6f1e
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 3ba6f1e

Please sign in to comment.