mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Improved alt text UI legibility (#1324)
This commit is contained in:
parent
b3dbbd0040
commit
af6d19631e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
{{#if isSelected}}
|
{{#if isSelected}}
|
||||||
<button
|
<button
|
||||||
title="Toggle between editing alt text and caption"
|
title="Toggle between editing alt text and caption"
|
||||||
class="absolute right-0 bottom-0 ma2 pl1 pr1 ba br3 f7 sans-serif fw4 lh-title tracked-2 {{if this.isEditingAlt "bg-blue b--blue white" "b--midlightgrey midlightgrey"}}"
|
class="absolute right-0 bottom-0 ma2 pl1 pr1 ba br3 f8 sans-serif fw4 lh-title tracked-2 bg-white {{if this.isEditingAlt "bg-blue b--blue white" "b--midlightgrey midlightgrey"}}"
|
||||||
{{on "click" this.toggleAltEditing passive=true}}
|
{{on "click" this.toggleAltEditing passive=true}}
|
||||||
>
|
>
|
||||||
Alt
|
Alt
|
||||||
|
|
Loading…
Add table
Reference in a new issue