Merge pull request #38998 from iamejaaz/small-ui-ux-fix
fix(File): Change remove Icon
This commit is contained in:
commit
1a8fc0b553
1 changed files with 3 additions and 1 deletions
|
|
@ -60,12 +60,14 @@
|
|||
class="btn btn-crop muted"
|
||||
@click="emit('toggle_image_cropper')"
|
||||
v-html="frappe.utils.icon('crop', 'md')"
|
||||
:title="__('Crop')"
|
||||
></button>
|
||||
<button
|
||||
v-if="!uploaded && !file.uploading && !file.failed"
|
||||
class="btn muted"
|
||||
@click="emit('remove')"
|
||||
v-html="frappe.utils.icon('delete', 'md')"
|
||||
v-html="frappe.utils.icon('x', 'md')"
|
||||
:title="__('Remove')"
|
||||
></button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue