Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Overview submenu doesn't appear on hover or click #12

@benjaminapetersen

Description

@benjaminapetersen

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.

2018-01-25 22 41 02

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions