Ghost/ghost/admin/lib/koenig-editor/addon/components/koenig-alt-input.hbs
Peter Zimon b9bd4fb505 Fixed image caption design bugs in Koenig
no refs.
- added side padding for alt and caption input fields
- fixed text color bug of alt toggle button
2020-08-27 15:21:11 +02:00

9 lines
236 B
Handlebars

<input
type="text"
placeholder={{this.placeholder}}
class="miw-100 tc bn form-text bg-transparent tracked-2 pr8 pl8"
name="alt"
value={{this.alt}}
{{on "input" this.onInput}}
{{on "keydown" this.onKeydown}}
>