Skip to content

Commit

Permalink
Merge pull request #63 from sul-dlss/remove-unused-classes
Browse files Browse the repository at this point in the history
Remove unused classes from skip links
  • Loading branch information
corylown authored Dec 13, 2024
2 parents 0e0f88b + f2696e0 commit b00a9b5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ <h1>Headers</h1>
<h2>With navigation links</h2>
<nav id="skip-link" aria-label="Skip links">
<a
class="visually-hidden-focusable element-invisible element-focusable rounded-bottom py-2 px-3"
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 element-invisible element-focusable rounded-bottom py-2 px-3"
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 element-invisible element-focusable rounded-bottom py-2 px-3"
class="visually-hidden-focusable rounded-bottom py-2 px-3"
data-turbolinks="false"
href="#documents"
>Skip to first result</a
Expand All @@ -55,9 +55,7 @@ <h2>With navigation links</h2>
>Stanford University</a
>
</div>
<nav
class="navbar navbar-expand-md bg-dark palo-alto-dark"
>
<nav class="navbar navbar-expand-md bg-dark palo-alto-dark">
<div class="container">
<a
class="mb-0 navbar-brand navbar-logo"
Expand Down Expand Up @@ -260,9 +258,7 @@ <h2 class="mt-5">Without navigation links</h2>
>Stanford University</a
>
</div>
<nav
class="navbar navbar-expand-md bg-dark palo-alto-dark"
>
<nav class="navbar navbar-expand-md bg-dark palo-alto-dark">
<div class="container">
<a
class="mb-0 navbar-brand navbar-logo"
Expand Down

0 comments on commit b00a9b5

Please sign in to comment.