mirror of https://github.com/zulip/zulip.git
attachment-item.handlebars: Upgrade font-awesome icon style.
This commit is contained in:
parent
a02937e3b4
commit
b24e3ce0f0
|
@ -6,7 +6,7 @@
|
|||
{{#if attachment.extension}}
|
||||
{{ attachment.extension }}
|
||||
{{else}}
|
||||
<i class="icon icon-vector-file"></i>
|
||||
<i class="icon fa fa-file" aria-hidden="true"></i>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<button type="submit"
|
||||
class="button small no-style remove-attachment"
|
||||
title="{{t 'Delete file' }}" data-attachment="{{attachment.id}}">
|
||||
<i class="icon-vector-trash"></i>
|
||||
<i class="fa fa-trash" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
{{#if attachment.messages }}
|
||||
|
|
Loading…
Reference in New Issue