mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 14:44:37 +00:00
Accessibility: fix the Skip to content link, show it on :focus, improve the styling of the skip links when shown, see #21310, see #21471
git-svn-id: https://develop.svn.wordpress.org/trunk@21435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -619,17 +619,19 @@
|
||||
}
|
||||
|
||||
#wpadminbar #wpadminbar-shortcut:focus {
|
||||
left: 0;
|
||||
top: 0;
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
outline: none;
|
||||
border: 2px solid #333;
|
||||
border-radius: 3px;
|
||||
z-index: 100000;
|
||||
text-shadow: none;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user