Skip to content

Commit 8d8002b

Browse files
committed
fixup! docs(aria/tree): improve disabled ui
1 parent b1963f7 commit 8d8002b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components-examples/aria/tree/tree-common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.example-tree[aria-disabled='true'] {
2525
background-color: var(--mat-sys-surface-variant);
2626
color: var(--mat-sys-on-surface-variant);
27-
cursor: default;
27+
cursor: not-allowed;
2828
}
2929

3030
.example-tree[aria-disabled='true']:focus-within {

0 commit comments

Comments
 (0)