Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
href="javascript:;"
in "save topics (Done)" button (#21813)
To use an anchor tag as a button and have it be accessible I added `role="button" tabindex="0"`, [reference](https://stackoverflow.com/a/10510353/7414734). * Closes #19912
- Loading branch information