From ac3edc61fd6fa773e70c3c5dc1d6f8f87a7179c6 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 21 Oct 2015 18:33:46 +0000 Subject: [PATCH] Press This: Improve the "choose tags" button focus style. Props adamholisky for the initial patch. Fixes 34241. git-svn-id: https://develop.svn.wordpress.org/trunk@35338 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/press-this.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/press-this.css b/src/wp-admin/css/press-this.css index 2af4cacac6..5b7bc46261 100644 --- a/src/wp-admin/css/press-this.css +++ b/src/wp-admin/css/press-this.css @@ -923,7 +923,8 @@ dd { .tagcloud-link { display: block; - padding: 0 16px; + margin: 0 16px 5px; + padding: 0; text-decoration: none; outline: 0; }