0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 23:19:04 +01:00
gitea/templates/repo
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
..
actions add disable workflow feature (#26413) 2023-08-14 15:14:30 +00:00
branch
cite
code
diff Remove incorrect CSS helper classes (#26712) 2023-08-25 06:47:59 +00:00
editor Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
find
graph
issue Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
migrate
projects Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
pulls
release Simplify helper CSS classes and avoid abuse (#26728) 2023-08-26 01:35:10 +02:00
settings Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
tag
wiki
activity.tmpl
blame.tmpl
branch_dropdown.tmpl Fix doubled box-shadow in branch dropdown menu (#26678) 2023-08-23 08:13:04 +00:00
clone_buttons.tmpl
clone_script.tmpl
commit_load_branches_and_tags.tmpl
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits_list_small.tmpl
commits_list.tmpl Use correct pull request commit link instead of a generic commit link (#26434) 2023-08-13 11:04:42 +02:00
commits_table.tmpl Remove ref name in PR commits page (#25876) 2023-08-24 01:31:54 +00:00
commits.tmpl
create_helper.tmpl
create.tmpl Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
empty.tmpl
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl
home.tmpl Simplify helper CSS classes and avoid abuse (#26728) 2023-08-26 01:35:10 +02:00
icon.tmpl
packages.tmpl
release_tag_header.tmpl
search_name.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl Improve repo sub menu (#26531) 2023-08-22 09:20:09 +00:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl