We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045f126 commit a947f68Copy full SHA for a947f68
1 file changed
src/components-examples/aria/tree/tree-common.css
@@ -21,6 +21,20 @@
21
min-width: 24rem;
22
}
23
24
+.example-tree[aria-disabled='true'] {
25
+ background-color: var(--mat-sys-surface-variant);
26
+ color: var(--mat-sys-on-surface-variant);
27
+ cursor: not-allowed;
28
+}
29
+
30
+.example-tree[aria-disabled='true']:focus-within {
31
+ outline: 2px solid var(--mat-sys-primary);
32
33
34
+.example-tree[aria-disabled='true'] .example-tree-item {
35
+ pointer-events: none;
36
37
38
.example-tree-item {
39
cursor: pointer;
40
list-style: none;
0 commit comments