mirror of
https://github.com/go-gitea/gitea
synced 2025-01-22 02:08:07 +01: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