Commit f1552a4c by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

active class

See merge request manzarH/dic-global-dev!368
parents 320816c1 f45f7196
......@@ -46,7 +46,7 @@
item.in_active_trail ? 'menu-item--active-trail',
]
%}
<li {% if item.below %} class="dd_sub_menu {% if item.below %} active_sb {% endif %}" {% endif %}>
<li {% if item.below %} class="dd_sub_menu {% if item.in_active_trail %} active_sb {% endif %}" {% endif %}>
{% if item.below %}
<a href="javascript:void(0);">{{ item.title }}
<span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment