custom/plugins/S360MegaMenu/src/Resources/views/storefront/s360/megamenu/styles.html.twig line 1

Open in your IDE?
  1. {% block s360_megamenu_styles %}
  2.     {% apply spaceless %}
  3.         {% if styles %}
  4.             {% block s360_megamenu_styles_general %}
  5.                 {{ styles|s360_megamenu_parse_styling(classSelector|join(', '))|raw }}
  6.             {% endblock %}
  7.             {% block s360_megamenu_styles_hover %}
  8.                 {{ styles|s360_megamenu_parse_styling(classSelector|map(s => "#{s}:hover, #{s}.is-open, #{s}.active")|join(', '), true)|raw }}
  9.             {% endblock %}
  10.         {% endif %}
  11.     {% endapply %}
  12. {% endblock %}