Bug, feature request, or proposal:
Bug
What is the expected behavior?
When using disableRipple on a list item, .mat-ripple class should be removed.
What is the current behavior?
.mat-ripple class remains on the mat-list-item-content.
What are the steps to reproduce?
https://plnkr.co/edit/lO8Eudx4GFgevN4XAy3n?p=preview
What is the use-case or motivation for changing an existing behavior?
Justification here. The .mat-ripple class adds overflow: hidden.
It may be entirely valid that list items should always have overflow: hidden on their content, but that should be done explicitly and not through a side effect of the ripple class.