CSS Coding Standards: Use unitless values for line-height in wp-admin/css/site-health.css.

Props mukesh27, ianbelanger, pbiron, afercia.
Fixes #46760. See #44643.
Built from https://develop.svn.wordpress.org/trunk@45128


git-svn-id: http://core.svn.wordpress.org/trunk@44937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-07 05:44:50 +00:00
parent 7639acc7b7
commit 7eecc96e2d
5 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
margin: 1rem 0.8rem; margin: 1rem 0.8rem;
font-size: 23px; font-size: 23px;
padding: 9px 0 4px 0; padding: 9px 0 4px 0;
line-height: 29px; line-height: 1.3;
} }
.health-check-body h2 { .health-check-body h2 {
@ -58,7 +58,7 @@
margin-top: -40px; margin-top: -40px;
margin-right: -40px; margin-right: -40px;
border-radius: 100%; border-radius: 100%;
line-height: 80px; line-height: 6.3;
font-size: 2em; font-size: 2em;
} }
@ -211,7 +211,7 @@
.site-health-copy-buttons .success.visible { .site-health-copy-buttons .success.visible {
display: inline-block; display: inline-block;
height: 28px; height: 28px;
line-height: 28px; line-height: 2.2;
} }
.site-status-has-issues.hide { .site-status-has-issues.hide {

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
margin: 1rem 0.8rem; margin: 1rem 0.8rem;
font-size: 23px; font-size: 23px;
padding: 9px 0 4px 0; padding: 9px 0 4px 0;
line-height: 29px; line-height: 1.3;
} }
.health-check-body h2 { .health-check-body h2 {
@ -58,7 +58,7 @@
margin-top: -40px; margin-top: -40px;
margin-left: -40px; margin-left: -40px;
border-radius: 100%; border-radius: 100%;
line-height: 80px; line-height: 6.3;
font-size: 2em; font-size: 2em;
} }
@ -211,7 +211,7 @@
.site-health-copy-buttons .success.visible { .site-health-copy-buttons .success.visible {
display: inline-block; display: inline-block;
height: 28px; height: 28px;
line-height: 28px; line-height: 2.2;
} }
.site-status-has-issues.hide { .site-status-has-issues.hide {

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-45127'; $wp_version = '5.2-beta1-45128';
/** /**
* 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.