Skip to content

Commit a57ab71

Browse files
authored
Merge pull request #679 from TechnologyEnhancedLearning/Develop/Features/TD-4200-Add-appropriate-role
Add role to header-dropdown-menu-control button
2 parents 7c3b543 + e8a8925 commit a57ab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Shared/_NavPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
</div>
5151
@if (User.Identity.IsAuthenticated) {
52-
<input type="checkbox" id="header-dropdown-menu-control" aria-labelledby="close-menu toggle-menu">
52+
<input type="checkbox" id="header-dropdown-menu-control" aria-labelledby="close-menu toggle-menu" role="button">
5353
<nav class="nhsuk-header__navigation app-width-container" id="header-navigation" role="navigation" aria-label="Primary navigation" aria-labelledby="label-navigation">
5454
<p class="nhsuk-header__navigation-title"><span id="label-navigation">Menu</span>
5555
<label class="nhsuk-header__navigation-close" id="close-menu">

0 commit comments

Comments
 (0)