Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/tooltip/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/tooltip/tooltip.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div data-tooltip="tooltip-wrapper" class="data-tooltip-wrapper <%= data.tooltipClasses %>">
    <div class="data-tooltip-tail"></div>
    <div class="data-tooltip">
        <% if(data.closeButton){ %>
            <button type="button" class="action-close">
                <span translate="'Close'"></span>
            </button>
        <% } %>
        <div class="data-tooltip-content"></div>
    </div>
</div>