UX: Replace composer cancel and upload with icons

This commit is contained in:
Kris
2018-03-09 22:29:42 -05:00
parent 9522469f6a
commit 257950e8bd
2 changed files with 11 additions and 8 deletions

View File

@@ -105,7 +105,7 @@
label=model.saveLabel
disableSubmit=disableSubmit}}
<a href {{action "cancel"}} class='cancel' tabindex="6">{{i18n 'cancel'}}</a>
<a href {{action "cancel"}} class='cancel' tabindex="6" title="{{i18n 'cancel'}}">{{d-icon "times"}}</a>
{{#if site.mobileView}}
{{#if whisperOrUnlistTopic}}
@@ -133,7 +133,7 @@
<div class="composer-bottom-right">
{{#if site.mobileView}}
{{#if allowUpload}}
<a class="mobile-file-upload {{if isUploading 'hidden'}}">{{i18n 'upload'}}</a>
<a class="btn btn-default no-text mobile-file-upload {{if isUploading 'hidden'}}">{{d-icon "upload"}}</a>
{{/if}}
{{#if showPreview}}