1
0
Fork 0
gitea/templates
wxiaoguang 4fdb09de58
Fix incorrect "tabindex" attributes (#26733)
Fix #26731

Almost all "tabindex" in code are incorrect.

1. All "input/button" by default are focusable, so no need to use "tabindex=0"
2. All "div/span" by default are not focusable, so no need to use "tabindex=-1"
3. All "dropdown" are focusable by framework, so no need to use "tabindex"
4. Some tabindex values are incorrect (eg: `new_form.tmpl`), so remove them

Co-authored-by: Giteabot <teabot@gitea.io>
2023-08-26 10:44:00 +08:00
..
admin Simplify helper CSS classes and avoid abuse (#26728) 2023-08-26 01:35:10 +02:00
api/packages/pypi
base Check disabled workflow when rerun jobs (#26535) 2023-08-22 10:30:02 +08:00
code
custom
devtest More improvements for the "flex list" and the dashboard list (#26675) 2023-08-23 04:23:30 +00:00
explore remove unnecessary explore org template (#26459) 2023-08-11 16:07:04 -04:00
mail
org Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
package
projects Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
repo Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
shared Fix typo of RunerOwnerID (#26508) 2023-08-15 23:10:40 +00:00
status
swagger add Upload URL to release API (#26663) 2023-08-24 10:36:10 +00:00
user Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
home.tmpl
install.tmpl
post-install.tmpl