Press This: Improve the "choose tags" button focus style.

Props adamholisky for the initial patch.

Fixes 34241.
Built from https://develop.svn.wordpress.org/trunk@35338


git-svn-id: http://core.svn.wordpress.org/trunk@35304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2015-10-21 18:34:26 +00:00
parent 253646fcd1
commit 223afd7e04
5 changed files with 7 additions and 5 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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35337';
$wp_version = '4.4-alpha-35338';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.