mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merge pull request #6563 from szelpe/skipLink
Fixed skiplink positioning
This commit is contained in:
commit
bd3622b980
1 changed files with 8 additions and 3 deletions
|
@ -340,14 +340,19 @@ img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sr-only:active,
|
.sr-only-focusable:focus {
|
||||||
.sr-only:focus {
|
z-index: 900;
|
||||||
position: static;
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
clip: auto;
|
clip: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 0 10px;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
|
line-height: 49px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
|
|
Loading…
Add table
Reference in a new issue