Skip to content

Commit

Permalink
Can't turn ON/OFF submenu in Megamenu configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhlh committed Dec 23, 2014
1 parent 6ad4941 commit d878e00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions source/plg_system_t3/admin/megamenu/css/megamenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,11 @@ body.bd {
}

/* Fix not hide element in admin when adding hidden class */
.t3-megamenu ul li,
.t3-megamenu .mega-group-ct,
.t3-megamenu .open > .mega-dropdown-menu,
.t3-megamenu .mega-col-nav {
display: block!important;
#t3-admin-mm-container .hidden-xs,
#t3-admin-mm-container .hidden-sm,
#t3-admin-mm-container .hidden-md,
#t3-admin-mm-container .hidden-lg,
#t3-admin-mm-container .hidden-desktop,
#t3-admin-mm-container .hidden-phone {
display: block !important;
}

0 comments on commit d878e00

Please sign in to comment.