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:
parent
0a85e3f74f
commit
33c3f9e3f8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue