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

Props ocean90.
See #33181.



git-svn-id: https://develop.svn.wordpress.org/trunk@33510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-29 23:24:17 +00:00
parent 46f0c4d4e0
commit 63395e7652
2 changed files with 3 additions and 3 deletions

View File

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

View File

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