Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/list): fix duplicate focus with chromevox on action items
For the list component, fix chromevox screenreader bug where it duplicated focus on each item in the action list. After focusing on a `button` in the action list, linearly navigating forward moved focus to the `.mat-list-item-content` of the same item. Fixes this by change the list item content from a `div` to `span`, since we're generally not supposed to use div's inside buttons.
- Loading branch information