Fix Press This bookmarklet focus and active styles. props SergeyBiryukov, fixes #21850.

git-svn-id: https://develop.svn.wordpress.org/trunk@21832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-13 17:04:08 +00:00
parent cb682a8b61
commit 5870391283

View File

@ -4798,7 +4798,9 @@ h2 .nav-tab {
margin: 20px 0;
}
.pressthis a {
.pressthis a,
.pressthis a:hover,
.pressthis a:focus {
display: inline-block;
position: relative;
cursor: move;
@ -4819,9 +4821,8 @@ h2 .nav-tab {
text-shadow: 0 1px 0px #fff;
}
.pressthis a:hover,
.pressthis a:active {
color: #333
outline: none;
}
.pressthis a:hover:after {