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:
@@ -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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/press-this-rtl.min.css
vendored
2
wp-admin/css/press-this-rtl.min.css
vendored
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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/press-this.min.css
vendored
2
wp-admin/css/press-this.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user