[ENHANCEMENT] Improve Accessibility of Icon Controls #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
All icon controls in the IDE and top navbar need to have accessible labels added.
This can be done be adding a new CSS class - something like
.visually-hidden
- and then adding a<span class="visually-hidden">Control Info</span>
to each control.The text was updated successfully, but these errors were encountered: