Forgejo/templates/repo/settings/webhook
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
..
base.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2023-04-23 18:21:21 +08:00
base_list.tmpl Use shared template for webhook icons (#26242) 2023-07-31 08:00:52 +00:00
delete_modal.tmpl Improve some modal action buttons (#24289) 2023-04-24 07:08:59 -04:00
dingtalk.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
discord.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
feishu.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
gitea.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
gogs.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
history.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
list.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2023-04-23 18:21:21 +08:00
matrix.tmpl Add Webhook authorization header (#20926) 2022-11-03 20:23:20 +02:00
msteams.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
new.tmpl Use shared template for webhook icons (#26242) 2023-07-31 08:00:52 +00:00
packagist.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
settings.tmpl Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
slack.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
telegram.tmpl Add ThreadID parameter for Telegram webhooks (#25996) 2023-08-13 14:00:06 +00:00
wechatwork.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00