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
1 changed files with 1 additions and 1 deletions

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}}