CSS: Fix skip-links positioning

This commit is contained in:
Eric Lippmann 2016-11-16 12:54:38 +01:00
parent c0e92c2bc5
commit 5805e5d675
1 changed files with 3 additions and 1 deletions

View File

@ -177,13 +177,15 @@
display: block;
a, button[type="submit"] {
background-color: @body-bg-color;
border: none;
left: -999px;
padding: @vertical-padding @horizontal-padding;
position: absolute;
width: 100%;
z-index: 1;
&:focus {
left: 0;
outline: 1px dotted black;
outline-offset: -3px;
}
}
button[type="submit"] {