Twenty Fourteen: accessibility changes to add focus styles to match the hover style on tag links. Props sabreuse, see #25054.
Built from https://develop.svn.wordpress.org/trunk@25067 git-svn-id: http://core.svn.wordpress.org/trunk@25053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40103f622a
commit
89934096ca
|
@ -1291,7 +1291,8 @@ footer.entry-meta .entry-title a:hover {
|
|||
position: relative;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.tag-links a:hover {
|
||||
.tag-links a:hover,
|
||||
.tag-links a:focus {
|
||||
background-color: #2b2b2b;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
@ -1316,7 +1317,8 @@ footer.entry-meta .entry-title a:hover {
|
|||
left: -1.0rem;
|
||||
}
|
||||
}
|
||||
.tag-links a:hover:before {
|
||||
.tag-links a:hover:before,
|
||||
.tag-links a:focus:before {
|
||||
border-right-color: #2b2b2b;
|
||||
}
|
||||
.tag-links a:after {
|
||||
|
|
Loading…
Reference in New Issue