Customizer info section:

* Only show the theme info when doing a live preview of another theme.
* Replace with helper text about what you are customizing and what the Customizer is for.
* Fix focus styling.

props celloexpressions, westonruter. fixes #28550.


git-svn-id: https://develop.svn.wordpress.org/trunk@29034 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-07-08 19:52:17 +00:00
parent 53fef65d65
commit d1c4c6fd6e
3 changed files with 30 additions and 19 deletions
+4 -10
View File
@@ -50,22 +50,12 @@ body {
border-bottom: 1px solid #eeeeee;
}
#customize-info.open .accordion-section-title,
#customize-info .accordion-section-title:hover,
#customize-info .accordion-section-title:focus {
color: #555555;
}
#customize-info.open .accordion-section-title:after,
#customize-info .accordion-section-title:hover:after,
#customize-info .accordion-section-title:focus:after {
color: #555555;
}
#customize-info.open .accordion-section-title {
border-color: transparent;
}
#customize-info .preview-notice {
font-size: 13px;
line-height: 24px;
@@ -103,6 +93,9 @@ body {
background: white;
}
#customize-info.open .accordion-section-title,
#customize-info .accordion-section-title:hover,
#customize-info .accordion-section-title:focus,
#customize-theme-controls .control-section:hover > .accordion-section-title,
#customize-theme-controls .control-section .accordion-section-title:hover,
#customize-theme-controls .control-section.open .accordion-section-title,
@@ -125,6 +118,7 @@ body {
color: #555555;
}
#customize-info.open,
#customize-theme-controls .control-section.open {
border-bottom: 1px solid #eeeeee;
}