angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.39k stars 6.76k forks source link

docs-bug(list): `list-item-hover-leading-icon-color` token is missing in doc #30082

Closed martinboue closed 3 days ago

martinboue commented 4 days ago

Documentation Feedback

For Angular Material v19, token list-item-hover-leading-icon-color is missing in the style documentation for the List component:

Image

but it can be used in mixins:

html {
   @include mat.list-overrides((
      list-item-hover-leading-icon-color: red
   ));
}

and works fine: Image

Affected documentation page

https://material.angular.io/components/list/styling