Customizer: Improve the overlay close button for iOS.
see #28784. Built from https://develop.svn.wordpress.org/trunk@31984 git-svn-id: http://core.svn.wordpress.org/trunk@31963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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