Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use the icon name to populate the ID. This toolbar has the same icon for both buttons so we have two buttons with the same id which is an accessibility failure This pr ensures every id attribute value is unique Because the icon has multiple names we can simply use one of the alternative names as a quick and dirty fix. There is no visual change
- Loading branch information