Make WordPress Core

Changeset 45467


Ignore:
Timestamp:
05/30/2019 12:14:11 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props ianbelanger, pbiron, afercia.
Fixes #46515. See #44643.

File:
1 edited

Legend:

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

    r45417 r45467  
    5959    color: #fff;
    6060    font-size: 11px;
    61     line-height: 21px;
     61    line-height: 1.90909090;
    6262    text-align: center;
    6363}
     
    110110    color: #fff;
    111111    font-size: 9px;
    112     line-height: 17px;
     112    line-height: 1.88888888;
    113113    text-align: center;
    114114}
     
    403403
    404404#commentsdiv .inside .row-actions {
    405     line-height: 18px;
     405    line-height: 1.38461538;
    406406}
    407407
     
    461461    left: -8px;
    462462    color: #444;
    463     line-height: 10px;
     463    line-height: 0.5;
    464464    position: relative;
    465465    vertical-align: top;
     
    712712    height: 28px;
    713713    text-align: center;
    714     line-height: 24px;
     714    line-height: 1.84615384;
    715715    text-decoration: none;
    716716}
     
    973973.inline-edit-row fieldset.inline-edit-date select {
    974974    margin: 1px;
    975     line-height: 28px;
     975    line-height: 2;
    976976}
    977977
     
    11671167
    11681168.plugins td.desc {
    1169     line-height: 1.5em;
     1169    line-height: 1.5;
    11701170}
    11711171
     
    15231523
    15241524.plugin-card .column-rating {
    1525     line-height: 23px;
     1525    line-height: 1.76923076;
    15261526}
    15271527
     
    16921692        width: 36px;
    16931693        height: 36px;
    1694         line-height: 33px;
     1694        line-height: 2.53846153;
    16951695    }
    16961696
     
    17431743        padding: 12px 6px;
    17441744        font-size: 16px;
    1745         line-height: 18px;
     1745        line-height: 1.125;
    17461746    }
    17471747
Note: See TracChangeset for help on using the changeset viewer.