1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-09 04:45:48 +00:00

Fix reply octicon (#11821) (#11822)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser 2020-06-09 12:25:32 -05:00 committed by GitHub
parent d06f98d9a2
commit 87a82138c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<tbody>
{{if .HasParentPath}}
<tr class="has-parent">
<td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
<td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
</tr>
{{end}}
{{range $item := .Files}}

View File

@ -318,7 +318,7 @@
margin-right: 5px;
color: #777777;
&.octicon-mail-reply {
&.octicon-reply {
margin-right: 10px;
}