Skip to content

Cursor pointer missing on navigation links without a hover menu #304

@alexgibson

Description

@alexgibson

If a navigation menu item does not have a mzp-has-drop-down or mzp-js-expandable class, then it acts like a regular link e.g.

<li class="mzp-c-menu-category">
  <a class="mzp-c-menu-title" href="https://www.mozilla.org/firefox/">Firefox</a>
</li>

Whilst this works as intended, hovering over the link will not show the regular pointer cursor:

menu-link

This seems to be the offending line https://github.com/mozilla/protocol/blob/master/src/assets/sass/protocol/components/_menu.scss#L100

Metadata

Metadata

Labels

Bug 🪲Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions