mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
b9bd4fb505
no refs. - added side padding for alt and caption input fields - fixed text color bug of alt toggle button
9 lines
236 B
Handlebars
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}}
|
|
> |