Customizer: Add missing text or labels to some nav menu UI controls.

props afercia, celloexpressions, westonruter.
fixes #32715.

git-svn-id: https://develop.svn.wordpress.org/trunk@33413 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-07-24 20:27:04 +00:00
parent c412fd0398
commit cac1d55621
5 changed files with 95 additions and 24 deletions
+36 -4
View File
@@ -620,7 +620,33 @@
background: #eee;
}
#available-menu-items .open .accordion-section-title:after {
/* rework the arrow indicator implementation for NVDA bug see #32715 */
#available-menu-items .accordion-section-title:after {
content: none !important;
}
#available-menu-items .accordion-section-title .toggle-indicator {
display: inline-block;
font-size: 20px;
line-height: 1;
}
#available-menu-items .accordion-section-title .toggle-indicator:after {
content: '\f140';
font: normal 20px/1 'dashicons';
color: #a0a5aa;
vertical-align: top;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
}
#available-menu-items .accordion-section-title:hover .toggle-indicator:after {
color: #777;
}
#available-menu-items .open .accordion-section-title .toggle-indicator:after {
content: '\f142';
}
@@ -645,10 +671,11 @@ button.not-a-button {
#available-menu-items .accordion-section-title button {
display: block;
width: 28px;
height: 32px;
height: 35px;
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}
#available-menu-items .accordion-section-title button:focus {
@@ -657,10 +684,15 @@ button.not-a-button {
}
#available-menu-items .accordion-section-title .no-items,
#available-menu-items .cannot-expand .accordion-section-title .spinner {
#available-menu-items .cannot-expand .accordion-section-title .spinner,
#available-menu-items .cannot-expand .accordion-section-title > button {
display: none;
}
#available-menu-items-search.cannot-expand .accordion-section-title .spinner {
display: block;
}
#available-menu-items .cannot-expand .accordion-section-title .no-items {
display: block;
color: #777;
@@ -778,7 +810,7 @@ button.not-a-button {
#available-menu-items-search .spinner {
position: absolute;
top: 18px;
top: 20px;
margin: 0 !important;
right: 20px;
}