mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
Twenty Seventeen: Correct height for a Button block without text.
Props ianbelanger, laurelfulford, nayana123. Fixes #47414. Built from https://develop.svn.wordpress.org/trunk@45764 git-svn-id: http://core.svn.wordpress.org/trunk@45575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64202a7ca3
commit
aa4ab3acdc
@ -726,6 +726,10 @@ table.wp-block-table td:last-child {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-block-button .wp-block-button__link[data-is-placeholder-visible=true] {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-button__link {
|
.wp-block-button__link {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45763';
|
$wp_version = '5.3-alpha-45764';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user