Twenty Fourteen: accessibility changes to add focus styles to match the hover style on tag links. Props sabreuse, see #25054.
git-svn-id: https://develop.svn.wordpress.org/trunk@25067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b3b1b66654
commit
b2150ba33b
@ -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
Block a user