]> source.dussan.org Git - gitea.git/commit
Set manual `tabindex`es on login page (#31689)
authorsilverwind <me@silverwind.io>
Fri, 20 Sep 2024 15:27:19 +0000 (17:27 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 15:27:19 +0000 (15:27 +0000)
commitaa9faf825074110d31fc2c75a31880c98a48feb2
tree5e6387a805f941be4a0638958f24c8ca5a67d8fa
parent3b10fd9b3452d548ef116b27161b17f57a8e180c
Set manual `tabindex`es on login page (#31689)

Fixes https://github.com/go-gitea/gitea/issues/31686.

A more elborate manual tabindex numbering could be done, but I think
it's not really worth the extra effort and such stuff could easily break
during refactors.

Includes another small tweak to un-stretch the`<a>` element so it's only
as large as it needs to be and this change also made the margin
unneeded.
templates/user/auth/signin_inner.tmpl
web_src/css/form.css