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:
parent
a46c2462da
commit
a6bb04bd41
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user