Skip to content
Snippets Groups Projects
Commit ed3263e1 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content'...

Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark.
parent 4158be70
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,13 @@ html.js body {
outline: 0;
}
.overlay #skip-link {
margin-top: -20px;
}
.overlay #skip-link a {
color: #fff; /* This is white to contrast with the dark background behind it. */
}
#overlay-close-wrapper {
position: absolute;
right: 0;
......
......@@ -1588,7 +1588,6 @@ div.admin-panel .description {
.overlay #page {
padding: 0 2em;
}
.overlay #skip-link,
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment