UX: icon instead of text for hiding mobile preview (#12625)
This commit is contained in:
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>
|
||||
|
|
Loading…
Reference in New Issue