1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 13:08:19 +00:00

Fix incorrect "tabindex" attributes (#26733) (#26734)

Backport #26733 manually

Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
wxiaoguang
2023-08-26 10:44:17 +08:00
committed by GitHub
parent 2f6c0e6596
commit 307ee2c044
11 changed files with 52 additions and 52 deletions

View File

@@ -11,7 +11,7 @@
</span>
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
</span>
<div class="context user overflow menu" tabindex="-1">
<div class="context user overflow menu">
<div class="ui header">
{{.locale.Tr "home.switch_dashboard_context"}}
</div>
@@ -55,7 +55,7 @@
{{end}}
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
</span>
<div class="context user overflow menu" tabindex="-1">
<div class="context user overflow menu">
<div class="ui header">
{{.locale.Tr "home.filter_by_team_repositories"}}
</div>