Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed icon upload button hover state on General Settings screen (#934)
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
peterzimon authored and kevinansfield committed Jan 2, 2018
1 parent 28be02f commit aaff539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/settings/general.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit aaff539

Please sign in to comment.