We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c3b543 + e8a8925 commit a57ab71Copy full SHA for a57ab71
LearningHub.Nhs.WebUI/Views/Shared/_NavPartial.cshtml
@@ -49,7 +49,7 @@
49
50
</div>
51
@if (User.Identity.IsAuthenticated) {
52
- <input type="checkbox" id="header-dropdown-menu-control" aria-labelledby="close-menu toggle-menu">
+ <input type="checkbox" id="header-dropdown-menu-control" aria-labelledby="close-menu toggle-menu" role="button">
53
<nav class="nhsuk-header__navigation app-width-container" id="header-navigation" role="navigation" aria-label="Primary navigation" aria-labelledby="label-navigation">
54
<p class="nhsuk-header__navigation-title"><span id="label-navigation">Menu</span>
55
<label class="nhsuk-header__navigation-close" id="close-menu">
0 commit comments