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:
parent
28be02fe0b
commit
aaff539fc0
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue