1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 21:55:50 +00:00
gitea/web_src/js/components
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
..
.eslintrc.yaml Add eslint-plugin-vue-scoped-css (#26720) 2023-08-25 13:47:27 +00:00
ActionRunStatus.vue Enable vue/html-closing-bracket-spacing eslint rule (#24987) 2023-05-29 16:58:53 +00:00
ActivityHeatmap.vue Remove fomantic loader module (#26670) 2023-08-25 16:03:14 +00:00
ContextPopup.vue Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
DashboardRepoList.vue Simplify helper CSS classes and avoid abuse (#26728) 2023-08-26 01:35:10 +02:00
DiffCommitSelector.vue Fix incorrect "tabindex" attributes (#26733) 2023-08-26 10:44:00 +08:00
DiffFileList.vue Refactor diffFileInfo / DiffTreeStore (#24998) 2023-05-30 18:53:15 +08:00
DiffFileTree.vue Rewrite the DiffFileTreeItem and fix misalignment (#26565) 2023-08-18 19:55:56 +00:00
DiffFileTreeItem.vue Rewrite the DiffFileTreeItem and fix misalignment (#26565) 2023-08-18 19:55:56 +00:00
PullRequestMergeForm.vue Remove more unused Fomantic variants (#25292) 2023-06-17 08:15:33 +00:00
RepoActionView.vue Add eslint-plugin-vue-scoped-css (#26720) 2023-08-25 13:47:27 +00:00
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2023-03-14 12:09:06 +08:00
RepoBranchTagSelector.vue Fix doubled box-shadow in branch dropdown menu (#26678) 2023-08-23 08:13:04 +00:00
ScopedAccessTokenSelector.vue Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00