Skip to content

Commit

Permalink
Merge pull request #2758 from sul-dlss/skip-links-visually-hidden
Browse files Browse the repository at this point in the history
Add visually-hidden-focusable to nav element
  • Loading branch information
jcoyne authored Dec 18, 2024
2 parents d2f980f + fdc6509 commit e8c88ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/skip_link_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav id="skip" aria-label="<%= t('blacklight.skip_links.label') %>">
<nav id="skip" class="visually-hidden-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
<%= link_to_main %>
<%= link_to_search %>
<%= content %>
Expand Down

0 comments on commit e8c88ad

Please sign in to comment.