Skip to content

Commit

Permalink
code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumaran-adobe committed Apr 1, 2024
1 parent ef8f236 commit b51936c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/header-nav/header-nav.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 32 additions & 2 deletions react-app/src/app/header-nav/index.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
/* body header nav .nav-sections{
display: block;
visibility: visible;
}
.megaMenu-megaMenu-HGZ.hidden{
display: block;
} */

.megaMenuItem-megaMenuItem-1TT{
font-size: 16px;
}
.submenu-submenu-iLX {
background-color: #fff;
display: none;
}

.submenu-submenu-iLX.submenu-submenu_active-1Lj {
display: block;
position: static;
}
.megaMenuItem-megaMenuItem-1TT:hover > a + .submenu-submenu-iLX {
display: flex;
.submenu-submenuItems-3rB {
display: block;
}

@media (width >= 900px) {
.submenu-submenu-iLX{
position: absolute;
}
.submenu-submenu-iLX.submenu-submenu_active-1Lj {
display: initial;
}
.megaMenuItem-megaMenuItem-1TT:hover > a + .submenu-submenu-iLX {
display: flex;
}
.submenu-submenuItems-3rB {
display: flex;
}
}

.submenu-submenu-iLX{
Expand Down

0 comments on commit b51936c

Please sign in to comment.