Twenty Eleven: focus styles for sidebar links; Fixes #17410

git-svn-id: https://develop.svn.wordpress.org/trunk@18167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-06 14:46:40 +00:00
parent 7ef9c84f9a
commit d87c00948b

View File

@ -1709,7 +1709,9 @@ section.recent-posts .other-recent-posts li:after {
font-weight: bold;
text-decoration: none;
}
.widget a:hover {
.widget a:hover,
.widget a:focus,
.widget a:active {
text-decoration: underline;
}