0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed icon upload button hover state on General Settings screen (#934)

no issue
This commit is contained in:
Peter Zimon 2018-01-02 17:32:26 +01:00 committed by Kevin Ansfield
parent c885b960b6
commit 5ad75b76ff

View file

@ -82,7 +82,7 @@
<span>delete</span> <span>delete</span>
</button> </button>
{{else}} {{else}}
<button type="button" class="gh-btn" onclick={{action "triggerFileDialog"}} data-test-image-upload-btn="icon"> <button type="button" class="gh-btn gh-btn-hover-blue" onclick={{action "triggerFileDialog"}} data-test-image-upload-btn="icon">
<span>Upload Image</span> <span>Upload Image</span>
</button> </button>
{{/if}} {{/if}}