Skip to content

Commit 1068c47

Browse files
committed
add state styles
1 parent 1462d9a commit 1068c47

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/material-experimental/mdc-list/action-list.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ import {MatListBase} from './list-base';
2323
{provide: MatListBase, useExisting: MatActionList},
2424
]
2525
})
26-
export class MatActionList extends MatListBase {
27-
_hasRipple = true;
28-
}
26+
export class MatActionList extends MatListBase {}

src/material-experimental/mdc-list/nav-list.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ import {MatListBase} from './list-base';
3333
{provide: MatList, useExisting: MatNavList},
3434
]
3535
})
36-
export class MatNavList extends MatListBase {
37-
_hasRipple = true;
38-
}
36+
export class MatNavList extends MatListBase {}

0 commit comments

Comments
 (0)