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

git-svn-id: http://core.svn.wordpress.org/trunk@22453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 22:18:58 +00:00
parent be6663d525
commit 8fcea700bd
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;
}