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

Built from https://develop.svn.wordpress.org/trunk@31583


git-svn-id: http://core.svn.wordpress.org/trunk@31564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-02-27 21:53:25 +00:00
parent 39dabbb8b1
commit 9f86b1023b
5 changed files with 7 additions and 9 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;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31582';
$wp_version = '4.2-alpha-31583';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.