UX: icon instead of text for hiding mobile preview (#12625)

This commit is contained in:
Kris
2021-04-06 22:22:40 -04:00
committed by GitHub
parent 21664d8a1c
commit cdd5b60447
@@ -204,7 +204,7 @@
</a>
{{#if showPreview}}
{{d-button action=(action "togglePreview") class="hide-preview" label="composer.hide_preview"}}
{{d-button action=(action "togglePreview") class="hide-preview" ariaLabel="composer.hide_preview" icon="pencil-alt"}}
{{/if}}
{{else}}
<a href {{action "togglePreview"}} class="toggle-preview">{{html-safe toggleText}}</a>