Don't show additional focus outline on customizer sections. Remove unused CSS selectors. props lessbloat. see #21283.

git-svn-id: https://develop.svn.wordpress.org/trunk@22453 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 22:18:58 +00:00
parent 05740a6837
commit 9817bcc28a
1 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,10 @@ body {
user-select: none;
}
.customize-section-title:focus {
outline: none;
}
.cannot-expand .customize-section-title {
cursor: auto;
}
@ -158,19 +162,16 @@ body {
margin: 0;
}
#customize-footer-actions .button-primary,
#customize-header-actions .button-primary {
float: right;
margin-top: 10px;
}
#customize-footer-actions .spinner,
#customize-header-actions .spinner {
margin-top: 16px;
margin-right: 4px;
}
.saving #customize-footer-actions .spinner,
.saving #customize-header-actions .spinner {
display: block;
}