Skip to content

Commit 978c465

Browse files
sebastian-sauerCalK16
authored andcommitted
Fix invisible class name
1 parent 3e0dcea commit 978c465

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
@@ -64,7 +64,7 @@
6464
{{range .Reviewers}}
6565
{{if .User}}
6666
<a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
67-
<span class="octicon-check invisible">{{svg "octicon-check"}}</span>
67+
<span class="octicon-check gt-invisible">{{svg "octicon-check"}}</span>
6868
<span class="text">
6969
{{ctx.AvatarUtils.Avatar .User 28 "gt-mr-3"}}{{template "repo/search_name" .User}}
7070
</span>
@@ -75,7 +75,7 @@
7575
{{range .Reviewers}}
7676
{{if .Team}}
7777
<a class="item muted" data-id="{{.ItemID}}" data-id-selector="#reviewer_{{.ItemID}}">
78-
<span class="octicon-check invisible">{{svg "octicon-check" 16}}</span>
78+
<span class="octicon-check gt-invisible">{{svg "octicon-check" 16}}</span>
7979
<span class="text">
8080
{{svg "octicon-people" 16 "gt-ml-4 gt-mr-2"}}{{$.Repository.OwnerName}}/{{.Team.Name}}
8181
</span>

0 commit comments

Comments
 (0)