--- a/wp/wp-includes/blocks/search/editor.css Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/search/editor.css Tue Sep 27 16:37:53 2022 +0200
@@ -41,6 +41,12 @@
* These variables do not appear to be used anywhere else.
*/
/**
+* Converts a hex value into the rgb equivalent.
+*
+* @param {string} hex - the hexadecimal value to convert
+* @return {string} comma separated rgb values
+*/
+/**
* Breakpoint mixins
*/
/**
@@ -72,18 +78,11 @@
margin: auto;
}
-.wp-block-search .wp-block-search__input {
- padding: 8px;
-}
-.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
- padding: 4px;
-}
.wp-block-search .wp-block-search__button {
height: auto;
border-radius: initial;
-}
-.wp-block-search .wp-block-search__button.wp-block-search__button.wp-block-search__button {
- padding: 6px 10px;
+ display: flex;
+ align-items: center;
}
.wp-block-search__components-button-group {
margin-top: 10px;