Skip to content

Commit fb674ba

Browse files
Fix invisible class name
1 parent ec32e69 commit fb674ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/issue/new_form.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
{{range .Reviewers}}
6767
{{if .User}}
6868
<a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
69-
<span class="octicon-check invisible">{{svg "octicon-check"}}</span>
69+
<span class="octicon-check gt-invisible">{{svg "octicon-check"}}</span>
7070
<span class="text">
7171
{{ctx.AvatarUtils.Avatar .User 28 "gt-mr-3"}}{{template "repo/search_name" .User}}
7272
</span>
@@ -77,7 +77,7 @@
7777
{{range .Reviewers}}
7878
{{if .Team}}
7979
<a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
80-
<span class="octicon-check invisible">{{svg "octicon-check" 16}}</span>
80+
<span class="octicon-check gt-invisible">{{svg "octicon-check" 16}}</span>
8181
<span class="text">
8282
{{svg "octicon-people" 16 "gt-ml-4 gt-mr-2"}}{{$.Repository.OwnerName}}/{{.Team.Name}}
8383
</span>

0 commit comments

Comments
 (0)