Skip to content

Commit

Permalink
Fix accessiblity issue on drupal menu toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Jul 19, 2024
1 parent f4c1e3d commit f1fbfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/crm.menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
'<label class="crm-menubar-toggle-btn" for="crm-menubar-state">' +
'<span class="crm-menu-logo"></span>' +
'<span class="crm-menubar-toggle-btn-icon"></span>' +
'<%- ts("Toggle main menu") %>' +
'<span class="sr-only"><%- ts("Toggle main menu") %></span>' +
'</label>' +
'<ul id="civicrm-menu" class="sm sm-civicrm">' +
'<%= searchTpl({items: search}) %>' +
Expand Down

0 comments on commit f1fbfa8

Please sign in to comment.