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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-06 14:46:40 +00:00
parent 0a85e3f74f
commit 33c3f9e3f8
1 changed files with 3 additions and 1 deletions

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;
}