mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Customizer: Improve the overlay close button for iOS.
see #28784. git-svn-id: https://develop.svn.wordpress.org/trunk@31984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -135,8 +135,8 @@ do_action( 'customize_controls_print_scripts' );
|
||||
<span class="control-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
|
||||
</div>
|
||||
<div class="secondary-actions">
|
||||
<button type="button" class="dashicons dashicons-no customize-close-overlay">
|
||||
<span class="screen-reader-text"><?php _e( 'Close' ); ?></span>
|
||||
<button type="button" class="customize-overlay-close">
|
||||
<span class="screen-reader-text"><?php _e( 'Close overlay' ); ?></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user