Description
Describe the bug
Normally, MatNavItems should be highlighted when hovering over them with the mouse. This no longer happens. Only items that contain a MatNavSubMenu get highlighted.
The same issue can be seen on the documentation website, which rules out any potential issues my project might have. I'm currently running on version 2.7.0.
To Reproduce
Steps to reproduce the behavior:
- Create a new Blazor project, toss a MatNavMenu in it and populate it with a bunch of items. You can use the examples from the documentation as well.
- Run it and open the page in your browser.
- Hover over any of the items in the list. They will not be highlighted, except for those that contain a MatNavSubMenu.
Expected behavior
Every MatNavItem is supposed to get highlighted when the mouse hovers over them. This effect can be seen on the old 2.6.0 documentation site.
Screenshots
You can see this issue on the documentation website, which currently runs version 2.8.0-develop-022.
Additional context
Based on the version numbers listed on the documentation websites and the version of MatBlazor my project is running, this bug was introduced in either 2.6.1, 2.6.2, or 2.6.3, or 2.7.0.