Skip to content

Commit

Permalink
Removed previously required positive tabindex on skip link
Browse files Browse the repository at this point in the history
  • Loading branch information
phudson-he committed Aug 22, 2024
1 parent a76d55b commit e1e4a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/base-manager.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="wrapper">

<div id="skip-link-holder"><a id="skip-link" tabindex="1" href="#skiptocontent">Skip to content</a></div>
<div id="skip-link-holder"><a id="skip-link" href="#skiptocontent">Skip to content</a></div>

<div id="container" class="effect aside-left aside-bright navbar-fixed mainnav-sm" data-bind="css: {'mainnav-in': tabsActive() && showTabs(), 'mainnav-sm': !navExpanded(), 'mainnav-lg': navExpanded()}">

Expand Down

0 comments on commit e1e4a51

Please sign in to comment.