PressThis: fix selecting a post format (radio buttons) with the keyboard. Props afercia, Michael-Arestad. Fixes #31440.

git-svn-id: https://develop.svn.wordpress.org/trunk@31583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-02-27 21:52:55 +00:00
parent a46c2462da
commit a6bb04bd41
1 changed files with 2 additions and 3 deletions

View File

@ -521,10 +521,9 @@ dd {
display: none;
}
/* TODO Needed after merge? */
.post-format {
width: 0;
height: 0;
width: 1px;
height: 1px;
position: absolute;
top: -9999px;
}