Make WordPress Core

Ticket #44643: 44643.admin-bar.css.diff

File 44643.admin-bar.css.diff, 2.8 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-includes/css/admin-bar.css file

  • wp-includes/css/admin-bar.css

     
    1010        font-size: 13px;
    1111        font-weight: 400;
    1212        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    13         line-height: 32px;
     13        line-height: 2.5;
    1414        border-radius: 0;
    1515        box-sizing: content-box;
    1616        transition: none;
     
    8383        font-size: 13px;
    8484        font-weight: 400;
    8585        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    86         line-height: 32px;
     86        line-height: 2.5;
    8787        height: 32px;
    8888        position: fixed;
    8989        top: 0;
     
    187187#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
    188188#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    189189#wpadminbar .shortlink-input {
    190         line-height: 26px;
     190        line-height: 2;
    191191        height: 26px;
    192192        white-space: nowrap;
    193193        min-width: 140px;
     
    466466        padding: 0;
    467467        border: 1px solid #82878c;
    468468        background: #eee;
    469         line-height: 24px;
     469        line-height: 1.9;
    470470        vertical-align: middle;
    471471        margin: -4px 0 0 6px;
    472472        float: none;
     
    625625        z-index: 30;
    626626        font-size: 13px;
    627627        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    628         line-height: 24px;
     628        line-height: 1.9;
    629629        text-indent: 0;
    630630        height: 24px;
    631631        width: 24px;
     
    798798                font-size: 14px;
    799799                font-weight: 400;
    800800                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    801                 line-height: 32px;
     801                line-height: 2.4;
    802802        }
    803803
    804804        #wpadminbar .quicklinks > ul > li > a,
    805805        #wpadminbar .quicklinks .ab-empty-item {
    806806                padding: 0;
    807807                height: 46px;
    808                 line-height: 46px;
     808                line-height: 3.2;
    809809                width: auto;
    810810        }
    811811
     
    832832                text-overflow: clip;
    833833        }
    834834
     835        #wpadminbar .quicklinks .menupop ul li .ab-item,
     836        #wpadminbar .quicklinks .menupop ul li a strong,
     837        #wpadminbar .quicklinks .menupop.hover ul li .ab-item,
     838        #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
     839        #wpadminbar .shortlink-input {
     840            line-height: 1.6;
     841        }
     842
    835843        #wpadminbar .ab-label {
    836844                display: none;
    837845        }
     
    936944        /* New Content */
    937945        #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    938946                top: 0;
    939                 line-height: 53px;
     947                line-height: 1.35;
    940948                height: 46px !important;
    941949                text-align: center;
    942950                width: 52px;
     
    961969                display: block;
    962970                font-size: 34px;
    963971                height: 46px;
    964                 line-height: 47px;
     972                line-height: 1.4;
    965973                top: 0;
    966974        }
    967975
     
    9981006        #wpadminbar #wp-admin-bar-user-info .display-name {
    9991007                height: auto;
    10001008                font-size: 16px;
    1001                 line-height: 24px;
     1009                line-height: 1.5;
    10021010                color: #eee;
    10031011        }
    10041012