We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e408228 commit fb41b85Copy full SHA for fb41b85
src/material-experimental/mdc-list/action-list.ts
@@ -23,4 +23,6 @@ import {MatListBase} from './list-base';
23
{provide: MatListBase, useExisting: MatActionList},
24
]
25
})
26
-export class MatActionList extends MatListBase {}
+export class MatActionList extends MatListBase {
27
+ _hasRipple = true;
28
+}
src/material-experimental/mdc-list/nav-list.ts
@@ -33,4 +33,6 @@ import {MatListBase} from './list-base';
33
{provide: MatList, useExisting: MatNavList},
34
35
36
-export class MatNavList extends MatListBase {}
+export class MatNavList extends MatListBase {
37
38
0 commit comments