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:
parent
46f0c4d4e0
commit
63395e7652
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user