Make WordPress Core

Changeset 45186


Ignore:
Timestamp:
04/13/2019 12:16:01 AM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Props ianbelanger, mukesh27, pbiron, afercia.
Fixes #46489. See #44643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r44924 r45186  
    160160#adminmenu a {
    161161    display: block;
    162     line-height: 18px;
     162    line-height: 1.3;
    163163    padding: 2px 5px;
    164164    color: #eee;
     
    281281#adminmenu .wp-submenu a {
    282282    font-size: 13px;
    283     line-height: 18px;
     283    line-height: 1.4;
    284284    margin: 0;
    285285    padding: 5px 0;
     
    312312    font-size: 14px;
    313313    font-weight: 400;
    314     line-height: 18px;
     314    line-height: 1.3;
    315315    padding: 0;
    316316}
Note: See TracChangeset for help on using the changeset viewer.