Make WordPress Core


Ignore:
Timestamp:
04/02/2015 05:15:08 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Improve the overlay close button for iOS.

see #28784.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r31974 r31984  
    136136            </div>
    137137            <div class="secondary-actions">
    138                 <button type="button" class="dashicons dashicons-no customize-close-overlay">
    139                     <span class="screen-reader-text"><?php _e( 'Close' ); ?></span>
     138                <button type="button" class="customize-overlay-close">
     139                    <span class="screen-reader-text"><?php _e( 'Close overlay' ); ?></span>
    140140                </button>
    141141            </div>
Note: See TracChangeset for help on using the changeset viewer.