Customize: Improve alignment of theme wrapper.
This changeset updates the class used for the theme wrapper in the customizer, which fixes an alignment issue occuring when searching a theme on WordPress.org from the customizer interface. Props kharisblank, ankitkumarshah, benazeer, sainathpoojary, mukesh27, kharisblank, parthvataliya, im3dabasia1, sukhendu2002, praful2111, ruchirj, imranhasanraaz, shailu25. Fixes #62637. Built from https://develop.svn.wordpress.org/trunk@60039 git-svn-id: http://core.svn.wordpress.org/trunk@59375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -123,7 +123,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||
?>
|
||||
<button type="button" class="button button-primary customize-section-back customize-themes-mobile-back"><?php _e( 'Go to theme sources' ); ?></button>
|
||||
<# if ( 'wporg' === data.action ) { #>
|
||||
<div class="search-form">
|
||||
<div class="themes-filter-container">
|
||||
<label for="wp-filter-search-input-{{ data.id }}"><?php _e( 'Search themes' ); ?></label>
|
||||
<div class="search-form-input">
|
||||
<input type="search" id="wp-filter-search-input-{{ data.id }}" aria-describedby="{{ data.id }}-live-search-desc" class="wp-filter-search">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-beta2-60038';
|
||||
$wp_version = '6.8-beta2-60039';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user