diff --git a/src/components/tree-item/tree-item.styles.ts b/src/components/tree-item/tree-item.styles.ts index 32e742370..693c3af85 100644 --- a/src/components/tree-item/tree-item.styles.ts +++ b/src/components/tree-item/tree-item.styles.ts @@ -24,6 +24,7 @@ export default css` align-items: stretch; flex-direction: column; color: var(--sl-color-neutral-700); + cursor: pointer; user-select: none; white-space: nowrap; }