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

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


git-svn-id: http://core.svn.wordpress.org/trunk@44997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-13 04:32:51 +00:00
parent 5fe5733f38
commit 77ff117d7f
5 changed files with 19 additions and 19 deletions

View File

@ -1096,7 +1096,7 @@ p.no-themes-local {
}
.theme-details .theme-rating {
line-height: 23px;
line-height: 1.9;
}
.theme-details .star-rating {
@ -1111,7 +1111,7 @@ p.no-themes-local {
.theme-details .no-rating {
display: block;
line-height: 20px;
line-height: 1.9;
}
/*------------------------------------------------------------------------------
@ -1213,7 +1213,7 @@ div#custom-background-image img {
box-shadow: none;
/* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */
height: 40px !important;
line-height: 37px !important;
line-height: 2.9 !important;
margin: 0 0 0 -1px !important;
padding: 0 10px 1px !important;
position: relative;
@ -1376,7 +1376,7 @@ body.full-overlay-active {
left: 0;
height: 45px;
padding: 0 15px;
line-height: 45px;
line-height: 3.2;
z-index: 10;
margin: 0;
border-top: none;
@ -1514,7 +1514,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-label {
display: inline-block;
vertical-align: middle;
line-height: 20px;
line-height: 1.6;
}
.wp-full-overlay .collapse-sidebar-arrow {
@ -1781,7 +1781,7 @@ body.full-overlay-active {
.install-theme-info .theme-name {
font-size: 16px;
line-height: 24px;
line-height: 1.5;
margin-bottom: 0;
margin-top: 0;
}
@ -1803,7 +1803,7 @@ body.full-overlay-active {
.theme-details .theme-description {
float: right;
color: #72777c;
line-height: 20px;
line-height: 1.6;
max-width: 100%;
}
@ -1811,7 +1811,7 @@ body.full-overlay-active {
float: left;
margin: 8px 0 0 10px;
/* For when .theme-install is a span rather than a.button-primary (already installed theme) */
line-height: 26px;
line-height: 2;
}
.theme-install-overlay .wp-full-overlay-sidebar {

File diff suppressed because one or more lines are too long

View File

@ -1096,7 +1096,7 @@ p.no-themes-local {
}
.theme-details .theme-rating {
line-height: 23px;
line-height: 1.9;
}
.theme-details .star-rating {
@ -1111,7 +1111,7 @@ p.no-themes-local {
.theme-details .no-rating {
display: block;
line-height: 20px;
line-height: 1.9;
}
/*------------------------------------------------------------------------------
@ -1213,7 +1213,7 @@ div#custom-background-image img {
box-shadow: none;
/* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */
height: 40px !important;
line-height: 37px !important;
line-height: 2.9 !important;
margin: 0 -1px 0 0 !important;
padding: 0 10px 1px !important;
position: relative;
@ -1376,7 +1376,7 @@ body.full-overlay-active {
right: 0;
height: 45px;
padding: 0 15px;
line-height: 45px;
line-height: 3.2;
z-index: 10;
margin: 0;
border-top: none;
@ -1514,7 +1514,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-label {
display: inline-block;
vertical-align: middle;
line-height: 20px;
line-height: 1.6;
}
.wp-full-overlay .collapse-sidebar-arrow {
@ -1781,7 +1781,7 @@ body.full-overlay-active {
.install-theme-info .theme-name {
font-size: 16px;
line-height: 24px;
line-height: 1.5;
margin-bottom: 0;
margin-top: 0;
}
@ -1803,7 +1803,7 @@ body.full-overlay-active {
.theme-details .theme-description {
float: left;
color: #72777c;
line-height: 20px;
line-height: 1.6;
max-width: 100%;
}
@ -1811,7 +1811,7 @@ body.full-overlay-active {
float: right;
margin: 8px 10px 0 0;
/* For when .theme-install is a span rather than a.button-primary (already installed theme) */
line-height: 26px;
line-height: 2;
}
.theme-install-overlay .wp-full-overlay-sidebar {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45187';
$wp_version = '5.2-beta3-45188';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.