-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(material/list): tokenize active-indicator #28586
Conversation
Deployed dev-app for a5cabf1 to: https://ng-dev-previews-comp--pr-angular-components-28586-dev-hy63et7a.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
305f3a6
to
ed3ea57
Compare
Add active state for MatNavList. Implement active state by implementing 2 tokens under mat prefix. - mat-list-active-indicator-color - mat-list-active-indicator-shape Only affects list items that are anchor tags. Does not intend to make visual changes to M2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix(material/list): tokenize active-indicator Add active state for MatNavList. Implement active state by implementing 2 tokens under mat prefix. - mat-list-active-indicator-color - mat-list-active-indicator-shape Only affects list items that are anchor tags. Does not intend to make visual changes to M2. * !fixup fix(material/list): tokenize active-indicator (cherry picked from commit 09ee075)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.