mirror of
https://github.com/go-gitea/gitea
synced 2025-02-10 08:44:44 +00:00
de6dfb7141
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