Twenty Fourteen: Fixes missing search block border.

The search block border was missing inside the wrapper on the front. This was done by adding styles to the theme block styles file along with padding.

Props nidhidhandhukiya, sabernhardt, yurajsinh2211, kamran8176, imranhasanraaz, krupajnanda, harshgajipara, rejaulalomkhan, shailu25, hmbashar, rajinsharwar.
Fixes #60164.

Built from https://develop.svn.wordpress.org/trunk@58369


git-svn-id: http://core.svn.wordpress.org/trunk@57818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-06-09 09:52:11 +00:00
parent b686f90dbb
commit 1a551128b4
2 changed files with 8 additions and 1 deletions

View File

@ -394,6 +394,13 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-right: 0;
}
/* Search */
html :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: 1px solid #949494;
padding: 4px;
}
/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58368';
$wp_version = '6.6-beta1-58369';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.