CSS: Fix skip-links positioning
This commit is contained in:
parent
c0e92c2bc5
commit
5805e5d675
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue