Make WordPress Core


Ignore:
Timestamp:
09/11/2017 05:22:22 AM (7 years ago)
Author:
westonruter
Message:

Customize: Add rightward-facing back button to Themes section header to improve navigation (since the section slides in from the left).

Also serves to prototype for an upward-facing arrow in this location for a Publish Settings section.

Props melchoyce, westonruter.
See #39896, #40278, #21666.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-themes-section.php

    r41162 r41368  
    5151            <div class="customize-themes-panel control-panel-content themes-php">
    5252                <h3 class="accordion-section-title customize-section-title">
     53                    <button class="customize-section-back" tabindex="0" type="button"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></button>
    5354                    <span class="customize-action"><?php _e( 'Customizing' ); ?></span>
    5455                    <?php _e( 'Themes' ); ?>
Note: See TracChangeset for help on using the changeset viewer.