patternfly-react-demo-app
patternfly-react-demo-app copied to clipboard
Overview submenu doesn't appear on hover or click
The markup implies that there should be two links under Overview: Projects, Stages. But neither hover nor click will reveal these items (gif below):
<li className={overviewClass} data-target="#ipsum-secondary">
<Link to="/">
<span className="fa fa-dashboard" data-toggle="tooltip" />
<span className="list-group-item-value">Overview</span>
</Link>
<div id="-secondary" className="nav-pf-secondary-nav">
<div className="nav-item-pf-header">
<a
className="secondary-collapse-toggle-pf"
data-toggle="collapse-secondary-nav"
/>
<span>Overview</span>
</div>
<ul className="list-group">
<li className="list-group-item">
<Link to="/home">
<span className="list-group-item-value">Projects</span>
</Link>
</li>
<li className="list-group-item">
<Link to="/stages">
<span className="list-group-item-value">Stages</span>
</Link>
</li>
</ul>
</div>
</li>
Mmm... not sure why the gif is so massive.
@amarie401 do you want to take a look at this one?
@amarie401 bring the bug to next L&L :)
@benjaminapetersen will do! :)
Love that idea! Thanks @benjaminapetersen @amarie401