forked from forgejo/forgejo
Improve checkbox accessibility a bit by adding the title attribute (#22593)
EDIT: The main change of this PR was resolved by #22599. This complements that PR for some cases without label and complicated layout to be added. NOTE: Contributed by @Forgejo.
This commit is contained in:
parent
faa96553d1
commit
7fd5d38860
6 changed files with 12 additions and 11 deletions
|
@ -30,8 +30,7 @@
|
|||
<div class="six wide column">
|
||||
{{if $.CanWriteIssuesOrPulls}}
|
||||
<div class="ui checkbox issue-checkbox-all vm">
|
||||
<input type="checkbox"></input>
|
||||
<label></label>
|
||||
<input type="checkbox" title="{{.locale.Tr "repo.issues.action_check_all"}}">
|
||||
</div>
|
||||
{{end}}
|
||||
{{template "repo/issue/openclose" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue