fix active hierarchy in menu and megamenu

This commit is contained in:
Ludovic CANDELLIER
2023-03-14 21:46:57 +01:00
parent 4e69399309
commit 7454411d27
8 changed files with 74 additions and 15 deletions

View File

@@ -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;