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
This commit is contained in:
Andrea Fercia 2015-10-21 18:33:46 +00:00
parent 05356ff7dc
commit ac3edc61fd
1 changed files with 2 additions and 1 deletions

View File

@ -923,7 +923,8 @@ dd {
.tagcloud-link {
display: block;
padding: 0 16px;
margin: 0 16px 5px;
padding: 0;
text-decoration: none;
outline: 0;
}