mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
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