mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-05 17:06:26 +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