From a6bb04bd413b7ba46a6aebf8fd2734ac62c9e9cd Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 27 Feb 2015 21:52:55 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/press-this.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/press-this.css b/src/wp-admin/css/press-this.css index 66bf5c0637..05fbe082e8 100644 --- a/src/wp-admin/css/press-this.css +++ b/src/wp-admin/css/press-this.css @@ -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; }