Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 14 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ a:hover, a:active, a:focus {
}
}

//Used for main page skip links per WebAIM recommendations
.visually-hidden {
position: absolute;
top: -9999px;
left: -9999px;
}

.tblheader {
font-weight: bold;
color: blue;
Expand Down Expand Up @@ -257,13 +250,6 @@ a:hover, a:active, a:focus {
}
}

//Used for main page skip links per WebAIM recommendations
.visually-hidden {
position: absolute;
top: -9999px;
left: -9999px;
}

.tblheader {
font-weight: bold;
color: blue;
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<main id="main">
<a href="#main" class="visually-hidden focusable skip-link">Skip to main content</a>
<a href="#main" class="visually-hidden-focusable skip-link">Skip to main content</a>
<div id="app" class="container">
<%= layouts_nav %>
<%= render(partial: 'layouts/flash') %>
Expand Down