Skip to content
Snippets Groups Projects
Commit f47653a7 authored by m26lebla's avatar m26lebla
Browse files

Testing - removing the display none from the parent menu print

parent 9eaf1c9a
No related branches found
No related tags found
1 merge request!9Istwcms 4199 theme menus
......@@ -4878,8 +4878,6 @@ fieldset,
height: auto;
max-width: 50%;
padding-left: 16px; }
.uw-horizontal-nav--menu .menu .submenu-active .menu--subnav .menu--item .menu--link-parent {
display: none; }
@media (min-width: 63.1875rem) {
.uw-horizontal-nav--menu .menu .submenu-active .menu--subnav .menu--item {
max-width: 33%;
......
......@@ -369,7 +369,12 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
z-index:inherit;
}
.menu--item{
.menu--link-parent {display:none;}
//
// ERIC HERE IS MY SMOKE MIRROR
// hide all then show first one of type, its now commented so you can see it happen on the Alumni & friends menu
// .menu--link-parent {display:none;}
display:block;
flex:0 1;
height:auto;
......@@ -379,6 +384,7 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
max-width: 33%;
padding-left: gesso-spacing(sm);
}
// show first one of type parent link print
&:first-of-type{
.menu--link-parent {
display:block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment