Replace angular tooltips in Primary Details tab

This commit is contained in:
binarygit
2022-08-31 10:25:55 +05:45
parent 8861b6d077
commit 02e3184945
3 changed files with 8 additions and 16 deletions

View File

@@ -2,6 +2,5 @@
%a{"data-tooltip-target": "element", "data-action": "mouseenter->tooltip#showTooltip mouseleave->tooltip#hideTooltip"}= t('admin.whats_this')
.tooltip-container
.tooltip{"data-tooltip-target": "tooltip"}
= tooltip_text
= sanitize tooltip_text
.arrow{"data-tooltip-target": "arrow"}