Skip to content

Commit 2a820c2

Browse files
committed
AC-1434: Active category is not highlight on Storefront
Fixed selector to set active category
1 parent 5fc0cf8 commit 2a820c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ define([
139139
classes,
140140
classNav;
141141

142-
if (!activeCategoryLink || !activeCategoryLink.hasClass('ui-corner-all')) {
142+
if (!activeCategoryLink || !activeCategoryLink.hasClass('ui-menu-item-wrapper')) {
143143

144144
//category was not found by provided URL
145145
return false;

0 commit comments

Comments
 (0)