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

Missed in [45186].

Props ianbelanger.
See #46489, #44643.
Built from https://develop.svn.wordpress.org/trunk@45187


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

View File

@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
background-color: #ca4a1f;
color: #fff;
font-size: 11px;
line-height: 17px;
line-height: 1.6;
text-align: center;
z-index: 26;
}

File diff suppressed because one or more lines are too long

View File

@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
background-color: #ca4a1f;
color: #fff;
font-size: 11px;
line-height: 17px;
line-height: 1.6;
text-align: center;
z-index: 26;
}

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-45186';
$wp_version = '5.2-beta3-45187';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.