Issue #2202385 by martin107, kjay | LewisNyman: The “Skip to main content” link is not centered.
parent
0dca13c6c3
commit
e090989299
|
@ -64,6 +64,12 @@ ul.menu li.expanded {
|
||||||
.skip-link:active {
|
.skip-link:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
.skip-link.visually-hidden.focusable:active,
|
||||||
|
.skip-link.visually-hidden.focusable:focus,
|
||||||
|
.skip-link.visually-hidden.focusable:hover
|
||||||
|
{
|
||||||
|
position: absolute !important;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Branding.
|
* Branding.
|
||||||
|
|
Loading…
Reference in New Issue