Twenty Seventeen Fixes search block button styles not being the same.
The search block button was not the same back and front for background, text and font weight. This also reflects in editor-blocks stylesheet. Props viralsampat, pamprn, sabernhardt, shailu25. Fixes #61888. Built from https://develop.svn.wordpress.org/trunk@58911 git-svn-id: http://core.svn.wordpress.org/trunk@58307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72899185b7
commit
2a6b396d8d
|
@ -560,6 +560,16 @@ html[lang="th"] .edit-post-visual-editor * {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
/* Search */
|
||||
|
||||
.wp-block-search__button {
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 800;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 30em) {
|
||||
.wp-block-quote.alignleft p,
|
||||
.wp-block-quote.alignright p,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58910';
|
||||
$wp_version = '6.7-alpha-58911';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue