Skip to content

Commit

Permalink
refactor(tree): add pointer-events: none; only to the disabled node n…
Browse files Browse the repository at this point in the history
…ot the whole group
  • Loading branch information
desig9stein committed Oct 18, 2023
1 parent 7c2c5cb commit 7d3d41a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/tree/themes/light/tree-item.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,7 @@
}

:host([disabled]) {
pointer-events: none;
[part~='wrapper'] {
pointer-events: none;
}
}

0 comments on commit 7d3d41a

Please sign in to comment.