fix skip link visibility and it moving logo upon focus (#4078)
* fix skip link visibility and it moving logo upon focus * update color
This commit is contained in:
parent
678214c19d
commit
6528633a13
@ -59,17 +59,23 @@
|
||||
|
||||
.skipLink {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
left: -10000px;
|
||||
top: auto;
|
||||
top: var(--header-height);
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
background-color: var(--theme-color-background-header);
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
padding: 8px;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
}
|
||||
|
||||
.skipLink:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
left: var(--content-padding);
|
||||
outline: var(--theme-color-components-text-on-dark) solid 2px;
|
||||
}
|
||||
|
||||
.offlineTag {
|
||||
|
Loading…
x
Reference in New Issue
Block a user