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 3ffcd2e commit 45836f9Copy full SHA for 45836f9
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