Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused classes from skip links #63

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading