CSS Coding Standards: Update unitless values for line-height in wp-admin/css/widgets.css with more precise calculations.

Props ianbelanger.
Fixes #46531.
Built from https://develop.svn.wordpress.org/trunk@45415


git-svn-id: http://core.svn.wordpress.org/trunk@45226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-25 14:44:52 +00:00
parent 962da3db60
commit 00c60ccd33
5 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@
.widgets-holder-wrap .widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
line-height: 1.2;
line-height: 1.23076923;
}
.widget.widget-dirty .widget-control-close-wrapper {
@ -541,7 +541,7 @@ div#widgets-right .closed .widgets-sortables {
color: #666;
background: #EEE;
padding: 0 15px;
line-height: 3.35;
line-height: 3.30769230;
border-right: 1px solid #DDD;
}

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
.widgets-holder-wrap .widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
line-height: 1.2;
line-height: 1.23076923;
}
.widget.widget-dirty .widget-control-close-wrapper {
@ -541,7 +541,7 @@ div#widgets-right .closed .widgets-sortables {
color: #666;
background: #EEE;
padding: 0 15px;
line-height: 3.35;
line-height: 3.30769230;
border-left: 1px solid #DDD;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45414';
$wp_version = '5.3-alpha-45415';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.