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:
audrasjb
2025-03-18 13:15:22 +00:00
parent 1c43cd6743
commit 2f1611e273
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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.