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 0d162a4 commit f6cdc96Copy full SHA for f6cdc96
src/material-experimental/mdc-list/action-list.ts
@@ -14,7 +14,7 @@ import {MatListBase} from './list-base';
14
exportAs: 'matActionList',
15
template: '<ng-content></ng-content>',
16
host: {
17
- 'class': 'mat-mdc-action-list mat-mdc-list-base mdc--list',
+ 'class': 'mat-mdc-action-list mat-mdc-list-base mdc-list',
18
},
19
styleUrls: ['list.css'],
20
encapsulation: ViewEncapsulation.None,
0 commit comments