1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 28be02fe0b
commit aaff539fc0

View file

@ -82,7 +82,7 @@
<span>delete</span>
</button>
{{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>
</button>
{{/if}}