Files
openfoodnetwork/app/views/admin/shared/_tooltip.html.haml
2022-08-31 11:51:51 +05:45

7 lines
322 B
Plaintext

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