fix(multicheck): move warning icon style to checkbox stylesheet
This commit is contained in:
parent
9995bee63c
commit
df2947b546
1 changed files with 1 additions and 4 deletions
|
|
@ -82,10 +82,7 @@ frappe.ui.form.ControlMultiCheck = class ControlMultiCheck extends frappe.ui.for
|
|||
}
|
||||
this.options.forEach((option) => {
|
||||
let checkbox = this.get_checkbox_element(option).appendTo(this.$checkbox_area);
|
||||
checkbox.find('[data-toggle="tooltip"]').tooltip({
|
||||
delay: { show: 600, hide: 100 },
|
||||
trigger: "hover",
|
||||
});
|
||||
checkbox.find('[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
option.$checkbox = checkbox;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue