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}}
|
{{#if attachment.extension}}
|
||||||
{{ attachment.extension }}
|
{{ attachment.extension }}
|
||||||
{{else}}
|
{{else}}
|
||||||
<i class="icon icon-vector-file"></i>
|
<i class="icon fa fa-file" aria-hidden="true"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="button small no-style remove-attachment"
|
class="button small no-style remove-attachment"
|
||||||
title="{{t 'Delete file' }}" data-attachment="{{attachment.id}}">
|
title="{{t 'Delete file' }}" data-attachment="{{attachment.id}}">
|
||||||
<i class="icon-vector-trash"></i>
|
<i class="fa fa-trash" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{{#if attachment.messages }}
|
{{#if attachment.messages }}
|
||||||
|
|
Loading…
Reference in New Issue