Skip to content

Commit bcc11c9

Browse files
committed
changing selector from "read-only" to "disabled"
1 parent 97676b0 commit bcc11c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/pulls/fork.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</div>
4646
<div class="inline field">
4747
<label>{{.locale.Tr "repo.visibility"}}</label>
48-
<div class="ui read-only checkbox">
48+
<div class="ui disabled checkbox">
4949
<input type="checkbox" disabled {{if .IsPrivate}}checked{{end}}>
5050
<label>{{.locale.Tr "repo.visibility_helper" | Safe}}</label>
5151
</div>

0 commit comments

Comments
 (0)