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. git-svn-id: https://develop.svn.wordpress.org/trunk@45187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
10112902ce
commit
eb2f56da08
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user