Closed martinboue closed 3 days ago
For Angular Material v19, token list-item-hover-leading-icon-color is missing in the style documentation for the List component:
list-item-hover-leading-icon-color
but it can be used in mixins:
html { @include mat.list-overrides(( list-item-hover-leading-icon-color: red )); }
and works fine:
https://material.angular.io/components/list/styling
Documentation Feedback
For Angular Material v19, token
list-item-hover-leading-icon-color
is missing in the style documentation for the List component:but it can be used in mixins:
and works fine:
Affected documentation page
https://material.angular.io/components/list/styling