We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be8722 commit 9a856adCopy full SHA for 9a856ad
1 file changed
src/components-examples/cdk-experimental/tabs/cdk-tabs/cdk-tabs-example.css
@@ -44,7 +44,6 @@
44
45
.example-tablist[aria-disabled='true'] {
46
background-color: var(--mat-sys-surface-dim);
47
- pointer-events: none;
48
}
49
50
.example-tab {
@@ -67,20 +66,14 @@
67
66
background: var(--mat-sys-surface-container);
68
69
70
-.example-tab[aria-selected='true'],
71
-.example-tablist:focus-within .example-tab.cdk-active[aria-selected='true'] {
+.example-tablist:focus-within .example-tab.cdk-active {
72
background-color: var(--mat-sys-secondary-container);
73
74
75
.example-tab[aria-disabled='true'] {
76
77
78
79
80
.example-tabpanel {
81
margin: 8px;
82
83
-
84
-.example-tabpanel[inert] {
85
- display: none;
86
-}
0 commit comments