Make WordPress Core

Ticket #48131: 48131.3.diff

File 48131.3.diff, 1.1 KB (added by afercia, 5 years ago)
  • src/wp-admin/css/color-picker.css

     
    1010
    1111/* Needs higher specificiity. */
    1212.wp-picker-container .wp-color-result.button {
    13         height: 24px;
     13        min-height: 28px;
    1414        margin: 0 6px 6px 0px;
    1515        padding: 0 0 0 30px;
    1616        font-size: 11px;
     
    2222        border-left: 1px solid #ccc;
    2323        color: #555;
    2424        display: block;
    25         line-height: 2;
     25        line-height: 2.36363636; /* 26px */
    2626        padding: 0 6px;
    2727        text-align: center;
    2828}
     
    7070        margin: 0 !important;
    7171}
    7272
    73 .wp-picker-input-wrap .button,
    74 .wp-customizer .wp-picker-input-wrap .button {
     73.wp-picker-input-wrap .button.wp-picker-default,
     74.wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
    7575        margin-left: 6px;
     76        padding: 2px 8px;
    7677}
    7778
    7879.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
     
    8990        width: 65px;
    9091        font-size: 12px;
    9192        font-family: monospace;
    92         line-height: 1.4;
     93        line-height: 1.33333333; /* 16px */
    9394        margin: 0;
     95        padding: 5px;
    9496        vertical-align: top;
    9597}
    9698