Index: wp-admin/css/customize-controls.css
===================================================================
--- wp-admin/css/customize-controls.css	(revision 22443)
+++ wp-admin/css/customize-controls.css	(working copy)
@@ -68,7 +68,7 @@
 .control-section:hover .customize-section-title,
 .control-section .customize-section-title:hover,
 .control-section.open .customize-section-title,
-.customize-section-title:focus {
+.control-section .customize-section-title:focus {
 	color: #fff;
 	text-shadow: 0 -1px 0 #333;
 	background: #808080;
@@ -105,11 +105,13 @@
 	display: none;
 }
 
-.customize-section-title:hover:after {
+.customize-section-title:hover:after,
+.customize-section-title:focus:after {
 	border-color: #aaa transparent;
 }
 
-.control-section .customize-section-title:hover:after {
+.control-section .customize-section-title:hover:after,
+.control-section .customize-section-title:focus:after {
 	border-color: #eee transparent;
 }
 
@@ -127,11 +129,6 @@
 	color: #999;
 }
 
-#customize-info .customize-section-title:focus .preview-notice {
-	color: #ccc;
-	text-shadow: 0 -1px 0 #333;
-}
-
 #customize-info .theme-name {
 	font-size: 20px;
 	font-weight: 200;
@@ -141,11 +138,6 @@
 	text-shadow: 0 1px 0 #fff;
 }
 
-#customize-info .customize-section-title:focus .theme-name {
-	color: #fff;
-	text-shadow: 0 -1px 0 #333;
-}
-
 #customize-info .theme-screenshot {
 	width: 258px;
 	border: 1px solid #ccc;
