Make WordPress Core

Changeset 45053


Ignore:
Timestamp:
03/28/2019 04:38:09 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props ianbelanger, audrasjb.
Fixes #46531. See #44643.

File:
1 edited

Legend:

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

    r44796 r45053  
    4040    border-top: none;
    4141    padding: 1px 15px 15px 15px;
    42     line-height: 16px;
     42    line-height: 1.2;
    4343}
    4444
     
    9090    box-sizing: border-box;
    9191    cursor: pointer;
    92     line-height: 20px;
     92    line-height: 1.6;
    9393    padding: 9px 0;
    9494    position: relative;
     
    542542    background: #EEE;
    543543    padding: 0 15px;
    544     line-height: 43px;
     544    line-height: 3.35;
    545545    border-left: 1px solid #DDD;
    546546}
     
    757757}
    758758.text-widget-fields .wp-pointer .wp-pointer-buttons {
    759     line-height: 1.4em;
     759    line-height: 1.4;
    760760}
    761761
Note: See TracChangeset for help on using the changeset viewer.