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:
parent
253646fcd1
commit
223afd7e04
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue