0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-23 06:15:56 -05:00
forgejo/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
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
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