Customizer: Improve focus styles for screen option and help toggles.

Props ocean90.
See #33181.


Built from https://develop.svn.wordpress.org/trunk@33510


git-svn-id: http://core.svn.wordpress.org/trunk@33477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-29 23:25:25 +00:00
parent fb59c76858
commit 3dfce31be0
9 changed files with 11 additions and 11 deletions

View File

@ -118,7 +118,7 @@ body {
#customize-controls .customize-info .customize-help-toggle:before {
position: absolute;
top: 5px;
right: 5px;
right: 6px;
}
#customize-controls .customize-info.open .customize-help-toggle,

File diff suppressed because one or more lines are too long

View File

@ -118,7 +118,7 @@ body {
#customize-controls .customize-info .customize-help-toggle:before {
position: absolute;
top: 5px;
left: 5px;
left: 6px;
}
#customize-controls .customize-info.open .customize-help-toggle,

File diff suppressed because one or more lines are too long

View File

@ -295,7 +295,7 @@
margin: 0;
padding: 20px;
position: absolute;
left: 0px;
left: 0;
top: 30px;
}
@ -304,7 +304,7 @@
}
#customize-controls .customize-info .customize-help-toggle:before {
padding: 5px;
padding: 4px;
}
.customize-screen-options-toggle:hover,

File diff suppressed because one or more lines are too long

View File

@ -295,7 +295,7 @@
margin: 0;
padding: 20px;
position: absolute;
right: 0px;
right: 0;
top: 30px;
}
@ -304,7 +304,7 @@
}
#customize-controls .customize-info .customize-help-toggle:before {
padding: 5px;
padding: 4px;
}
.customize-screen-options-toggle:hover,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33509';
$wp_version = '4.3-beta4-33510';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.