fix(Link): style of clear icon
This commit is contained in:
parent
662709be4f
commit
5ac60f4d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
|
|||
<input type="text" class="input-with-feedback form-control">
|
||||
<span class="link-btn">
|
||||
<a class="btn-clear no-decoration">
|
||||
${frappe.utils.icon("close-alt", "xs")}
|
||||
${frappe.utils.icon("close", "xs", "es-icon")}
|
||||
</a>
|
||||
<a class="btn-open no-decoration" title="${__("Open Link")}">
|
||||
${frappe.utils.icon("arrow-right", "xs")}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue