fix active hierarchy in menu and megamenu
This commit is contained in:
@@ -201,7 +201,7 @@ div.megamenu ul.megamenu li.megamenu.level1
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#navbarContent > ul > li:hover, #navbarContent > ul > li.show
|
||||
#navbarContent > ul > li:hover, #navbarContent > ul > li.show, #navbarContent > ul > li.active
|
||||
{
|
||||
border-bottom: 3px solid #F2B90F!important;
|
||||
}
|
||||
@@ -217,7 +217,7 @@ div.megamenu ul.megamenu li.megamenu.level1
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu a > div.w-100:hover
|
||||
.dropdown-menu a > div.w-100:hover, .dropdown-menu a > div.w-100.active
|
||||
{
|
||||
color: #335012;
|
||||
background-color: #F2B90F;
|
||||
|
||||
Reference in New Issue
Block a user