Skip to content

Commit

Permalink
Merge pull request #79 from sul-dlss/update-skip-links
Browse files Browse the repository at this point in the history
Update skip links style
  • Loading branch information
corylown authored Dec 20, 2024
2 parents 2f260a9 + 4be3a29 commit 73c5107
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,31 @@
<body>
<h1>Headers</h1>
<h2>With navigation links</h2>
<nav id="skip-link" aria-label="Skip links">
<a
class="visually-hidden-focusable rounded-bottom py-2 px-3"
data-turbolinks="false"
href="#search_field"
>Skip to search</a
>
<a
class="visually-hidden-focusable rounded-bottom py-2 px-3"
data-turbolinks="false"
href="#main-container"
>Skip to main content</a
>
<a
class="visually-hidden-focusable rounded-bottom py-2 px-3"
data-turbolinks="false"
href="#documents"
>Skip to first result</a
>
<nav
id="skip-link"
class="visually-hidden-focusable"
aria-label="Skip links"
>
<div class="container-xl">
<a
class="d-inline-flex m-1 py-2 px-3"
data-turbolinks="false"
href="#search_field"
>Skip to search</a
>
<a
class="d-inline-flex m-1 py-2 px-3"
data-turbolinks="false"
href="#main-container"
>Skip to main content</a
>
<a
class="d-inline-flex m-1 py-2 px-3"
data-turbolinks="false"
href="#documents"
>Skip to first result</a
>
</div>
</nav>
<header>
<div class="identity-bar">
Expand Down

0 comments on commit 73c5107

Please sign in to comment.