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:
parent
39dabbb8b1
commit
9f86b1023b
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue