Make WordPress Core

Ticket #31336: 31336.7.diff

File 31336.7.diff, 26.5 KB (added by valendesigns, 9 years ago)
  • src/wp-admin/css/customize-controls.css

    diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
    index b256106..3d25c0a 100644
    body { 
    5050        overflow-x: hidden;
    5151}
    5252
    53 #customize-info {
     53#customize-controls .customize-info {
    5454        border: none;
    5555        border-top: 1px solid #ddd;
     56        border-bottom: 1px solid #ddd;
     57        margin-bottom: 15px;
    5658}
    5759
    58 #customize-info .accordion-section-title {
    59         background-color: #fff;
    60         color: #666666;
     60#customize-controls .customize-info .accordion-section-title {
     61        background: #fff;
     62        color: #555;
    6163        border-left: none;
    6264        border-right: none;
    63         border-bottom: 1px solid #eeeeee;
     65        border-bottom: none;
     66        cursor: default;
    6467}
    6568
    66 #customize-info.open .accordion-section-title:after,
    67 #customize-info .accordion-section-title:hover:after,
    68 #customize-info .accordion-section-title:focus:after {
    69         color: #555555;
     69#customize-controls .customize-info.open .accordion-section-title:after,
     70#customize-controls .customize-info .accordion-section-title:hover:after,
     71#customize-controls .customize-info .accordion-section-title:focus:after {
     72        color: #333;
     73}
     74
     75#customize-controls .customize-info .accordion-section-title:after {
     76        display: none;
    7077}
    7178
    72 #customize-info .preview-notice {
     79#customize-controls .customize-info .preview-notice {
    7380        font-size: 13px;
    7481        line-height: 24px;
    7582}
    7683
    77 #customize-info .theme-name {
     84#customize-controls .control-section .customize-section-title,
     85#customize-controls .customize-info .panel-title {
    7886        font-size: 20px;
    7987        font-weight: 200;
    8088        line-height: 24px;
    8189        display: block;
     90        overflow: hidden;
     91        white-space: nowrap;
     92        text-overflow: ellipsis;
     93}
     94
     95#customize-controls .customize-info .customize-help-toggle {
     96        color: #555;
     97        position: absolute;
     98        top: 4px;
     99        right: 1px;
     100        padding: 20px 20px 10px 10px;
     101        width: 20px;
     102        height: 20px;
     103        cursor: pointer;
     104        box-shadow: none;
     105        -webkit-appearance: none;
     106        background: transparent;
     107        border: none;
    82108}
    83109
    84 #customize-info .theme-screenshot {
    85         width: 258px;
     110#customize-controls .customize-info .customize-help-toggle:before {
     111        position: absolute;
     112        top: 5px;
     113        left: 5px;
    86114}
    87115
    88 #customize-info .theme-description {
    89         margin-top: 1em;
    90         color: #666666;
    91         line-height: 20px;
     116#customize-controls .customize-info .customize-help-toggle:hover,
     117#customize-controls .customize-info .customize-help-toggle:active,
     118#customize-controls .customize-info .customize-help-toggle:focus,
     119#customize-controls .customize-info.open .customize-help-toggle {
     120        color: #0073aa;
     121        outline: none;
     122}
     123
     124#customize-controls .customize-info .customize-panel-description {
     125        display: none;
     126        background: #fff;
     127        border-top: 1px solid #ddd;
     128        padding: 12px 15px 15px;
     129}
     130
     131#customize-controls .customize-info .customize-panel-description p:first-child {
     132        margin-top: 0;
     133}
     134
     135#customize-controls .customize-info .customize-panel-description p:last-child {
     136        margin-bottom: 0;
    92137}
    93138
    94139#customize-theme-controls .control-section {
    body { 
    101146        border-bottom: 1px solid #eeeeee;
    102147}
    103148
     149#customize-theme-controls .accordion-section-title:after {
     150        content: "\f345";
     151}
     152
     153.rtl #customize-theme-controls .accordion-section-title:after {
     154        content: "\f341";
     155}
     156
    104157#customize-theme-controls .accordion-section-content {
    105         color: #555555;
    106         background: #fff;
     158        color: #555;
     159        background: transparent;
    107160}
    108161
    109 #customize-info.open .accordion-section-title,
    110 #customize-info .accordion-section-title:hover,
    111 #customize-info .accordion-section-title:focus,
    112 #customize-theme-controls .control-section:hover > .accordion-section-title,
    113 #customize-theme-controls .control-section .accordion-section-title:hover,
    114 #customize-theme-controls .control-section.open .accordion-section-title,
    115 #customize-theme-controls .control-section .accordion-section-title:focus {
    116         color: #23282d;
    117         background: #f5f5f5;
     162#customize-controls .control-section:hover > .accordion-section-title,
     163#customize-controls .control-section .accordion-section-title:hover,
     164#customize-controls .control-section.open .accordion-section-title,
     165#customize-controls .control-section .accordion-section-title:focus {
     166        color: #fff;
     167        background: #0073aa;
    118168}
    119169
    120170.js .control-section:hover .accordion-section-title,
    body { 
    128178#customize-theme-controls .control-section .accordion-section-title:hover:after,
    129179#customize-theme-controls .control-section.open .accordion-section-title:after,
    130180#customize-theme-controls .control-section .accordion-section-title:focus:after {
    131         color: #555;
     181        color: #fff;
    132182}
    133183
    134 #customize-info.open,
    135184#customize-theme-controls .control-section.open {
    136185        border-bottom: 1px solid #eeeeee;
    137186}
    body { 
    145194        border-bottom-color: #ddd;
    146195}
    147196
    148 #customize-theme-controls > ul,
     197#customize-theme-controls > ul {
     198        margin: 0;
     199}
     200
    149201#customize-theme-controls .accordion-section-content {
    150202        margin: 0;
     203        position: absolute;
     204        left: 100%;
     205        top: 0;
     206        width: -webkit-calc(100% - 24px);
     207        width: calc(100% - 24px);
     208        padding: 12px;
     209}
     210
     211.customize-section-description-container {
     212        margin-bottom: 15px;
     213}
     214
     215h3.customize-section-title {
     216        margin: -12px -12px -12px 35px;
     217        padding: 12px;
     218        border-bottom: 1px solid #ddd;
     219        border-left: 1px solid #ddd;
     220        background: #fff;
     221        color: #555;
     222        cursor: pointer;
     223}
     224
     225h3.customize-section-title:before {
     226        font: normal 20px/72px dashicons;
     227        content: "\f341";
     228        -webkit-font-smoothing: antialiased;
     229        -moz-osx-font-smoothing: grayscale;
     230        position: absolute;
     231        top: 0;
     232        left: 0;
     233        width: 47px;
     234        margin: 0;
     235        text-align: center;
     236        background: #fff;
     237        border-bottom: 1px solid #ddd;
     238}
     239
     240.rtl h3.customize-section-title:before {
     241        content: "\f345";
     242}
     243
     244h3.customize-section-title:hover,
     245h3.customize-section-title:hover:before,
     246h3.customize-section-title:focus,
     247h3.customize-section-title:focus:before {
     248        background: #0073aa;
     249        color: #fff;
     250        box-shadow: none;
     251        outline: none;
     252}
     253
     254#customize-theme-controls .control-section .accordion-section-content > li.customize-control:nth-child(2) {
     255        margin-top: 12px;
     256}
     257
     258#customize-theme-controls {
     259        position: relative;
     260        left: 0;
     261        transition: .18s left ease-in-out;
     262}
     263
     264.section-open #customize-info,
     265.section-open #customize-theme-controls {
     266        left: -100%;
     267}
     268
     269.section-open .control-panel-back {
     270        display: none;
    151271}
    152272
    153273.control-section.control-panel > .accordion-section-title {
    body { 
    169289
    170290#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:focus:after,
    171291#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:hover:after {
    172         background: #ddd;
    173         color: #000;
     292        background: #00a0d2;
     293        color: #fff;
    174294        border: 1px solid #d9d9d9;
    175295        border-right: none;
    176296        margin-top: -12px;
    body { 
    184304        left: 300px;
    185305        top: 0;
    186306        width: 300px;
    187         border-top: 1px solid #ddd;
    188307        -webkit-transition: left ease-in-out .18s;
    189308        transition: left ease-in-out .18s;
    190309}
    body { 
    242361        transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
    243362}
    244363
     364.customize-panel-back {
     365        display: block;
     366        float: left;
     367        width: 48px;
     368        height: 69px;
     369        padding: 0 24px 0 0;
     370        margin: 0;
     371        background: #fff;
     372        border: none;
     373        border-right: 1px solid #ddd;
     374        box-shadow: none;
     375        cursor: pointer;
     376        -webkit-transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
     377        transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
     378}
     379
     380
    245381.ios .control-panel-back {
    246382        -webkit-transition: left 0s;
    247383        transition: left 0s;
    body { 
    251387        display: none;
    252388}
    253389
     390.panel-meta.customize-info .accordion-section-title {
     391        margin-left: 48px;
     392}
     393
     394#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
     395        background: #fff;
     396        color: #555;
     397}
     398
    254399.customize-overlay-close:focus,
    255400.customize-overlay-close:hover,
    256401.customize-controls-close:focus,
    body { 
    267412        box-shadow: none;
    268413}
    269414
     415.customize-panel-back:hover,
     416.customize-panel-back:focus {
     417        background: #0073aa;
     418        border-color: #ccc;
     419        color: #fff;
     420        outline: none;
     421        -webkit-box-shadow: none;
     422        box-shadow: none;
     423}
     424
    270425.customize-overlay-close:before,
    271426.customize-controls-close:before {
    272427        font: normal 22px/45px dashicons;
    body { 
    276431        left: 13px;
    277432}
    278433
     434.customize-panel-back:before {
     435        font: normal 20px/69px dashicons;
     436        content: "\f341";
     437        position: relative;
     438        left: 13px;
     439}
     440
    279441.control-panel-back:before {
    280442        font: normal 20px/45px dashicons;
    281443        content: "\f341";
    body { 
    285447}
    286448
    287449.in-sub-panel .control-panel-back {
    288         left: 0;
     450/*      left: 0; @todo decide whether to bring back the back buttons in the header */
    289451}
    290452
    291453.current-panel > .accordion-section-title {
    body { 
    345507        transition: left 0s;
    346508}
    347509
    348 .control-section.control-panel .accordion-section-title .panel-title {
    349         font-size: 20px;
    350         font-weight: 200;
    351         line-height: 24px;
    352         display: block;
    353         border: none;
    354 }
    355 
    356 .control-section.control-panel .preview-notice {
    357         font-size: 13px;
    358         line-height: 24px;
    359 }
    360 
    361510p.customize-section-description {
    362511        font-style: normal;
     512        margin-top: 22px;
     513        margin-bottom: 0;
    363514}
    364515
    365516.customize-control {
    366517        width: 100%;
    367518        float: left;
    368519        clear: both;
    369         margin-bottom: 8px;
     520        margin-bottom: 12px;
    370521}
    371522
    372523.customize-control select,
    p.customize-section-description { 
    9131064        padding-right: 100px; /* Space for the button */
    9141065}
    9151066
    916 .control-section-themes .accordion-section-title span {
    917         font-size: small;
     1067.control-section-themes .accordion-section-title span.customize-action,
     1068#customize-controls .customize-section-title span.customize-action {
     1069        font-size: 13px;
    9181070        display: block;
    9191071        font-weight: 400;
    9201072}
    p.customize-section-description { 
    9281080        font-weight: normal;
    9291081}
    9301082
     1083.control-section-themes .accordion-section-title:before {
     1084        display: none;
     1085}
     1086
    9311087.customize-themes-panel {
    9321088        display: none;
    9331089        padding: 0 8px;
    p.customize-section-description { 
    9381094        box-sizing: border-box;
    9391095}
    9401096
     1097.customize-themes-panel .accordion-section-title:first-child {
     1098        margin-top: 0;
     1099}
     1100
     1101#customize-controls .customize-themes-panel .accordion-section-title:nth-child(2) {
     1102        font-size: 14px;
     1103        font-weight: 600;
     1104}
    9411105
    9421106.customize-themes-panel > h2 {
    9431107        padding: 15px 8px 0 8px;
    p.customize-section-description { 
    9561120        margin-bottom: 8px;
    9571121}
    9581122
     1123#customize-theme-controls .themes.accordion-section-content {
     1124        position: relative;
     1125        left: 0;
     1126        padding: 0;
     1127        width: 100%;
     1128}
     1129
    9591130.wp-customizer .theme-browser .themes {
    9601131        padding-bottom: 8px;
    9611132}
    body.cheatin p { 
    11701341                margin-bottom: 4px;
    11711342        }
    11721343
    1173         .adding-widget #customize-header-actions .primary-actions {
    1174                 display: none;
    1175         }
    1176 
    1177         .adding-widget #customize-header-actions .secondary-actions {
    1178                 display: block;
    1179         }
    1180 
    11811344        #customize-header-actions .button-primary {
    11821345                margin-top: 6px;
    11831346        }
  • src/wp-admin/css/customize-widgets.css

    diff --git src/wp-admin/css/customize-widgets.css src/wp-admin/css/customize-widgets.css
    index ba95022..b7a7005 100644
    body.adding-widget .add-new-widget:before { 
    348348        width: 300px;
    349349        margin: 0;
    350350        z-index: 1;
    351         background: #fff !important;
     351        background: #eee !important;
    352352        -webkit-transition: all 0.2s;
    353353        transition: all 0.2s;
    354354        border-right: 1px solid #dddddd;
    body.adding-widget .add-new-widget:before { 
    384384#available-widgets .widget-tpl {
    385385        position: relative;
    386386        padding: 20px 15px 20px 60px;
     387        background: #fff;
    387388        border-bottom: 1px solid #e4e4e4;
    388389        cursor: pointer;
    389390        display: none;
    body.adding-widget .add-new-widget:before { 
    391392
    392393#available-widgets .widget-tpl:hover,
    393394#available-widgets .widget-tpl.selected {
    394         background: #fafafa;
     395        background: #eee;
     396        border-bottom-color: #ccc;
    395397}
    396398
    397399#available-widgets .widget-top,
    body.adding-widget #customize-preview { 
    583585#available-widgets [class*="tweet"] .widget-title:before,
    584586#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
    585587
     588#available-widgets .customize-section-title {
     589        display: none;
     590}
    586591
    587592@media screen and (max-height: 700px) and (min-width: 981px) {
    588         .customize-control {
     593        .customize-control-widget {
    589594                margin-bottom: 0;
    590595        }
    591596        .widget-top {
    body.adding-widget #customize-preview { 
    628633                width: 100%;
    629634        }
    630635
     636        #available-widgets .customize-section-title {
     637                margin: 0 0 0 47px;
     638                font-size: 20px;
     639                font-weight: 200;
     640                line-height: 24px;
     641                display: block;
     642                overflow: hidden;
     643                white-space: nowrap;
     644                text-overflow: ellipsis;
     645        }
     646
     647        #available-widgets .customize-section-title .customize-action {
     648                font-size: 13px;
     649                display: block;
     650                font-weight: 400;
     651        }
     652
    631653        #available-widgets-filter {
    632654                position: static;
    633655                width: 100%;
    634656                height: auto;
    635657        }
     658
     659        #available-widgets-list {
     660                top: 122px;
     661        }
    636662}
  • src/wp-admin/customize.php

    diff --git src/wp-admin/customize.php src/wp-admin/customize.php
    index fc181db..f69d427 100644
    do_action( 'customize_controls_print_scripts' ); 
    143143
    144144                <div id="widgets-right"><!-- For Widget Customizer, many widgets try to look for instances under div#widgets-right, so we have to add that ID to a container div in the Customizer for compat -->
    145145                <div class="wp-full-overlay-sidebar-content" tabindex="-1">
    146                         <div id="customize-info" class="accordion-section">
    147                                 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0">
     146                        <div id="customize-info" class="accordion-section customize-info">
     147                                <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>">
    148148                                        <span class="preview-notice"><?php
    149                                                 echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );
     149                                                echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name' ) . '</strong>' );
    150150                                        ?></span>
     151                                        <button class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
    151152                                </div>
    152                                 <div class="accordion-section-content"><?php
     153                                <div class="customize-panel-description"><?php
    153154                                        _e( 'The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.' );
    154155                                ?></div>
    155156                        </div>
  • src/wp-admin/js/customize-controls.js

    diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js
    index e211a41..4a97268 100644
     
    446446                        var section = this;
    447447
    448448                        // Expand/Collapse accordion sections on click.
    449                         section.container.find( '.accordion-section-title' ).on( 'click keydown', function( event ) {
     449                        section.container.find( '.accordion-section-title, .customize-section-title' ).on( 'click keydown', function( event ) {
    450450                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    451451                                        return;
    452452                                }
     
    499499                 * @param {Object}  args
    500500                 */
    501501                onChangeExpanded: function ( expanded, args ) {
    502                         var section = this,
     502                        var position, scroll, section = this,
     503                                container = section.container.closest( '.wp-full-overlay-sidebar-content' ),
    503504                                content = section.container.find( '.accordion-section-content' ),
     505                                overlay = section.container.closest( '.wp-full-overlay' ),
    504506                                expand;
    505507
    506                         if ( expanded ) {
     508                        if ( expanded && ! section.container.hasClass( 'open' ) ) {
    507509
    508510                                if ( args.unchanged ) {
    509511                                        expand = args.completeCallback;
    510512                                } else {
     513                                        container.scrollTop( 0 );
    511514                                        expand = function () {
    512                                                 content.stop().slideDown( args.duration, args.completeCallback );
    513515                                                section.container.addClass( 'open' );
     516                                                overlay.addClass( 'section-open' );
     517                                                position = content.offset().top;
     518                                                scroll = container.scrollTop();
     519                                                content.css( 'margin-top', ( 45 - position - scroll ) );
    514520                                        };
    515521                                }
    516522
     
    531537                                        expand();
    532538                                }
    533539
    534                         } else {
     540                        } else if ( section.container.hasClass( 'open' ) ) {
    535541                                section.container.removeClass( 'open' );
    536                                 content.slideUp( args.duration, args.completeCallback );
     542                                overlay.removeClass( 'section-open' );
     543                                content.css( 'margin-top', 'inherit' );
     544                                container.scrollTop( 0 );
     545                                section.container.find( '.accordion-section-title' ).focus();
    537546                        }
    538547                }
    539548        });
     
    10121021                                }
    10131022                        });
    10141023
     1024                        // Close panel.
     1025                        panel.container.find( '.customize-panel-back' ).on( 'click keydown', function( event ) {
     1026                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
     1027                                        return;
     1028                                }
     1029                                event.preventDefault(); // Keep this AFTER the key filter above
     1030
     1031                                if ( panel.expanded() ) {
     1032                                        panel.collapse();
     1033                                }
     1034                        });
     1035
    10151036                        meta = panel.container.find( '.panel-meta:first' );
    10161037
    1017                         meta.find( '> .accordion-section-title' ).on( 'click keydown', function( event ) {
     1038                        meta.find( '> .accordion-section-title .customize-help-toggle' ).on( 'click keydown', function( event ) {
    10181039                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    10191040                                        return;
    10201041                                }
     
    10241045                                        return;
    10251046                                }
    10261047
    1027                                 var content = meta.find( '.accordion-section-content:first' );
     1048                                var content = meta.find( '.customize-panel-description:first' );
    10281049                                if ( meta.hasClass( 'open' ) ) {
    10291050                                        meta.toggleClass( 'open' );
    10301051                                        content.slideUp( panel.defaultExpandedArguments.duration );
     1052                                        $( this ).attr( 'aria-expanded', false );
    10311053                                } else {
    10321054                                        content.slideDown( panel.defaultExpandedArguments.duration );
    10331055                                        meta.toggleClass( 'open' );
     1056                                        $( this ).attr( 'aria-expanded', true );
    10341057                                }
    10351058                        });
    10361059
     
    10891112                        // Note: there is a second argument 'args' passed
    10901113                        var position, scroll,
    10911114                                panel = this,
    1092                                 section = panel.container.closest( '.accordion-section' ),
     1115                                section = panel.container.closest( '.accordion-section' ), // This is actually the panel.
    10931116                                overlay = section.closest( '.wp-full-overlay' ),
    10941117                                container = section.closest( '.wp-full-overlay-sidebar-content' ),
    10951118                                siblings = container.find( '.open' ),
    10961119                                topPanel = overlay.find( '#customize-theme-controls > ul > .accordion-section > .accordion-section-title' ).add( '#customize-info > .accordion-section-title' ),
    1097                                 backBtn = overlay.find( '.control-panel-back' ),
     1120                                backBtn = section.find( '.customize-panel-back' ),
    10981121                                panelTitle = section.find( '.accordion-section-title' ).first(),
    10991122                                content = section.find( '.control-panel-content' );
    11001123
     
    25732596                var parent, topFocus,
    25742597                        body = $( document.body ),
    25752598                        overlay = body.children( '.wp-full-overlay' ),
    2576                         title = $( '#customize-info .theme-name.site-title' ),
     2599                        title = $( '#customize-info .panel-title.site-title' ),
    25772600                        closeBtn = $( '.customize-controls-close' ),
    25782601                        saveBtn = $( '#save' );
    25792602
     
    25882611                });
    25892612
    25902613                // Expand/Collapse the main customizer customize info.
    2591                 $( '#customize-info' ).find( '> .accordion-section-title' ).on( 'click keydown', function( event ) {
     2614                $( '.customize-info' ).find( '> .accordion-section-title .customize-help-toggle' ).on( 'click keydown', function( event ) {
    25922615                        if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    25932616                                return;
    25942617                        }
    25952618                        event.preventDefault(); // Keep this AFTER the key filter above
    25962619
    2597                         var section = $( this ).parent(),
    2598                                 content = section.find( '.accordion-section-content:first' );
     2620                        var section = $( this ).closest( '.accordion-section' ),
     2621                                content = section.find( '.customize-panel-description:first' );
    25992622
    26002623                        if ( section.hasClass( 'cannot-expand' ) ) {
    26012624                                return;
     
    26042627                        if ( section.hasClass( 'open' ) ) {
    26052628                                section.toggleClass( 'open' );
    26062629                                content.slideUp( api.Panel.prototype.defaultExpandedArguments.duration );
     2630                                $( this ).attr( 'aria-expanded', false );
    26072631                        } else {
    26082632                                content.slideDown( api.Panel.prototype.defaultExpandedArguments.duration );
    26092633                                section.toggleClass( 'open' );
     2634                                $( this ).attr( 'aria-expanded', true );
    26102635                        }
    26112636                });
    26122637
  • src/wp-admin/js/customize-widgets.js

    diff --git src/wp-admin/js/customize-widgets.js src/wp-admin/js/customize-widgets.js
    index 729e6a8..d03a7e3 100644
     
    176176
    177177                        // If the available widgets panel is open and the customize controls are
    178178                        // interacted with (i.e. available widgets panel is blurred) then close the
    179                         // available widgets panel.
    180                         $( '#customize-controls, .customize-overlay-close' ).on( 'click keydown', function( e ) {
     179                        // available widgets panel. Also close on back button click.
     180                        $( '#customize-controls, .customize-overlay-close, #available-widgets .customize-section-title' ).on( 'click keydown', function( e ) {
    181181                                var isAddNewBtn = $( e.target ).is( '.add-new-widget, .add-new-widget *' );
    182182                                if ( $( 'body' ).hasClass( 'adding-widget' ) && ! isAddNewBtn ) {
    183183                                        self.close();
     
    12701270
    12711271                        if ( expanded ) {
    12721272
    1273                                 self.expandControlSection();
     1273                                if ( 'undefined' != typeof api.section( self.section ) && ! api.section( self.section ).expanded() ) {
     1274                                        self.expandControlSection();
     1275                                }
    12741276
    12751277                                // Close all other widget controls before expanding this one
    12761278                                api.control.each( function( otherControl ) {
  • src/wp-includes/class-wp-customize-panel.php

    diff --git src/wp-includes/class-wp-customize-panel.php src/wp-includes/class-wp-customize-panel.php
    index ee9f846..8877882 100644
    class WP_Customize_Panel { 
    315315         */
    316316        protected function render_content() {
    317317                ?>
    318                 <li class="panel-meta accordion-section control-section<?php if ( empty( $this->description ) ) { echo ' cannot-expand'; } ?>">
    319                         <div class="accordion-section-title" tabindex="0">
     318                <li class="panel-meta customize-info accordion-section <?php if ( empty( $this->description ) ) { echo ' cannot-expand'; } ?>">
     319                        <button class="customize-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button>
     320                        <div class="accordion-section-title">
    320321                                <span class="preview-notice"><?php
    321322                                        /* translators: %s is the site/panel title in the Customizer */
    322323                                        echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">' . esc_html( $this->title ) . '</strong>' );
    323324                                ?></span>
     325                                <button class="customize-help-toggle dashicons dashicons-editor-help" tabindex="0" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
    324326                        </div>
    325327                        <?php if ( ! empty( $this->description ) ) : ?>
    326                                 <div class="accordion-section-content description">
     328                                <div class="description customize-panel-description">
    327329                                        <?php echo $this->description; ?>
    328330                                </div>
    329331                        <?php endif; ?>
  • src/wp-includes/class-wp-customize-section.php

    diff --git src/wp-includes/class-wp-customize-section.php src/wp-includes/class-wp-customize-section.php
    index a27f22b..82afb87 100644
    class WP_Customize_Section { 
    305305                <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>">
    306306                        <h3 class="accordion-section-title" tabindex="0">
    307307                                <?php echo esc_html( $this->title ); ?>
    308                                 <span class="screen-reader-text"><?php _e( 'Press return or enter to expand' ); ?></span>
     308                                <span class="screen-reader-text"><?php _e( 'Press return or enter to open' ); ?></span>
    309309                        </h3>
    310310                        <ul class="accordion-section-content">
    311                                 <?php if ( ! empty( $this->description ) ) : ?>
    312                                         <li class="customize-section-description-container">
     311                                <li class="customize-section-description-container">
     312                                        <h3 class="customize-section-title" tabindex="0">
     313                                                <span class="customize-action"><?php _e( 'Customizing' ); ?><?php if ( $this->panel ) { echo ' &#9656; ' . esc_html( $this->manager->get_panel( $this->panel )->title ); } ?></span>
     314                                                <?php echo esc_html( $this->title ); ?>
     315                                                <span class="screen-reader-text"><?php _e( 'Press return or enter to close' ); ?></span>
     316                                        </h3>
     317                                        <?php if ( ! empty( $this->description ) ) : ?>
    313318                                                <p class="description customize-section-description"><?php echo $this->description; ?></p>
    314                                         </li>
    315                                 <?php endif; ?>
     319                                        <?php endif; ?>
     320                                </li>
    316321                        </ul>
    317322                </li>
    318323                <?php
    class WP_Customize_Themes_Section extends WP_Customize_Section { 
    353358                                <?php
    354359                                if ( $this->manager->is_theme_active() ) {
    355360                                        /* translators: %s: theme name */
    356                                         printf( __( '<span>Active theme</span> %s' ), $this->title );
     361                                        printf( __( '<span class="customize-action">Active theme</span> %s' ), $this->title );
    357362                                } else {
    358363                                        /* translators: %s: theme name */
    359                                         printf( __( '<span>Previewing theme</span> %s' ), $this->title );
     364                                        printf( __( '<span class="customize-action">Previewing theme</span> %s' ), $this->title );
    360365                                }
    361366                                ?>
    362367
    363368                                <button type="button" class="button change-theme"><?php _ex( 'Change', 'theme' ); ?></button>
    364369                        </h3>
    365370                        <div class="customize-themes-panel control-panel-content themes-php">
    366                                 <h2>
     371                                <h3 class="accordion-section-title customize-section-title">
     372                                        <span class="customize-action"><?php _e( 'Customizing' ); ?></span>
    367373                                        <?php _e( 'Themes' ); ?>
    368374                                        <span class="title-count theme-count"><?php echo count( $this->controls ) + 1 /* Active theme */; ?></span>
    369                                 </h2>
    370 
     375                                </h3>
    371376                                <h3 class="accordion-section-title customize-section-title">
    372377                                        <?php
    373378                                        if ( $this->manager->is_theme_active() ) {
    374379                                                /* translators: %s: theme name */
    375                                                 printf( __( '<span>Active theme</span> %s' ), $this->title );
     380                                                printf( __( '<span class="customize-action">Active theme</span> %s' ), $this->title );
    376381                                        } else {
    377382                                                /* translators: %s: theme name */
    378                                                 printf( __( '<span>Previewing theme</span> %s' ), $this->title );
     383                                                printf( __( '<span class="customize-action">Previewing theme</span> %s' ), $this->title );
    379384                                        }
    380385                                        ?>
    381386                                        <button type="button" class="button customize-theme"><?php _e( 'Customize' ); ?></button>
  • src/wp-includes/class-wp-customize-widgets.php

    diff --git src/wp-includes/class-wp-customize-widgets.php src/wp-includes/class-wp-customize-widgets.php
    index 2bd073e..818e254 100644
    final class WP_Customize_Widgets { 
    681681                ?>
    682682                <div id="widgets-left"><!-- compatibility with JS which looks for widget templates here -->
    683683                <div id="available-widgets">
     684                        <h3 class="customize-section-title" tabindex="0">
     685                                <span class="customize-action"><?php _e( 'Customizing' ); echo ' &#9656; '; _e( 'Widgets' ); ?></span>
     686                                <?php _e( 'Add a Widget' ); ?>
     687                                <span class="screen-reader-text"><?php _e( 'Press return or enter to close' ); ?></span>
     688                        </h3>
    684689                        <div id="available-widgets-filter">
    685690                                <label class="screen-reader-text" for="widgets-search"><?php _e( 'Search Widgets' ); ?></label>
    686691                                <input type="search" id="widgets-search" placeholder="<?php esc_attr_e( 'Search widgets&hellip;' ) ?>" />