Make WordPress Core

Changeset 45131


Ignore:
Timestamp:
04/07/2019 05:53:37 AM (6 years ago)
Author:
SergeyBiryukov
Message:

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

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

File:
1 edited

Legend:

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

    r44791 r45131  
    2121    color: #555;
    2222    display: block;
    23     line-height: 22px;
     23    line-height: 2;
    2424    padding: 0 6px;
    2525    text-align: center;
     
    8888    font-size: 12px;
    8989    font-family: monospace;
    90     line-height: 16px;
     90    line-height: 1.4;
    9191    margin: 0;
    9292    vertical-align: top;
     
    131131        padding: 6px 5px 5px;
    132132        font-size: 16px;
    133         line-height: 18px;
     133        line-height: 1.15;
    134134    }
    135135
     
    142142        padding: 0 0 0 40px;
    143143        font-size: 14px;
    144         line-height: 29px;
     144        line-height: 2.1;
    145145    }
    146146
    147147    .wp-customizer .wp-picker-container .wp-color-result.button {
    148148        font-size: 13px;
    149         line-height: 26px;
     149        line-height: 2;
    150150    }
    151151
     
    164164    .wp-customizer .wp-picker-container .wp-color-result.button {
    165165        font-size: 14px;
    166         line-height: 29px;
     166        line-height: 2.1;
    167167    }
    168168
Note: See TracChangeset for help on using the changeset viewer.