UI: Remove vertical alignment from active primary buttons.

This caused the post-plugin installation actions to jump around when the "Activate Plugin" primary button became active.

Props seedsca, pratikthink, ianbelanger, mukesh27.
Fixes #44836.


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


git-svn-id: http://core.svn.wordpress.org/trunk@44959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-04-09 00:16:53 +00:00
parent d6c90ca7d7
commit ed8723fd8f
5 changed files with 3 additions and 5 deletions

View File

@ -268,7 +268,6 @@ TABLE OF CONTENTS:
background: #0073aa; background: #0073aa;
border-color: #006799; border-color: #006799;
box-shadow: inset 0 2px 0 #006799; box-shadow: inset 0 2px 0 #006799;
vertical-align: top;
} }
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary[disabled],

File diff suppressed because one or more lines are too long

View File

@ -268,7 +268,6 @@ TABLE OF CONTENTS:
background: #0073aa; background: #0073aa;
border-color: #006799; border-color: #006799;
box-shadow: inset 0 2px 0 #006799; box-shadow: inset 0 2px 0 #006799;
vertical-align: top;
} }
.wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary[disabled],

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.2-beta1-45149'; $wp_version = '5.2-beta1-45150';
/** /**
* 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.