Make WordPress Core

Ticket #44643: 44643.buttons.css.diff

File 44643.buttons.css.diff, 1.2 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-includes/css/buttons.css file with one exception, see note below

  • wp-includes/css/buttons.css

     
    4646        display: inline-block;
    4747        text-decoration: none;
    4848        font-size: 13px;
    49         line-height: 26px;
     49        line-height: 2;
    5050        height: 28px;
    5151        margin: 0;
    5252        padding: 0 10px 1px;
     
    7272.wp-core-ui .button.button-large,
    7373.wp-core-ui .button-group.button-large .button {
    7474        height: 30px;
    75         line-height: 28px;
     75        line-height: 2.1;
    7676        padding: 0 12px 2px;
    7777}
    7878
    7979.wp-core-ui .button.button-small,
    8080.wp-core-ui .button-group.button-small .button {
    8181        height: 24px;
    82         line-height: 22px;
     82        line-height: 2;
    8383        padding: 0 8px 1px;
    8484        font-size: 11px;
    8585}
     
    8888.wp-core-ui .button-group.button-hero .button {
    8989        font-size: 14px;
    9090        height: 46px;
    91         line-height: 44px;
     91        line-height: 3.15;
    9292        padding: 0 36px;
    9393}
    9494
     
    376376        .wp-core-ui.wp-customizer .button {
    377377                padding: 0 10px 1px;
    378378                font-size: 13px;
    379                 line-height: 26px;
     379                line-height: 2;
    380380                height: 28px;
    381381                margin: 0;
    382382                vertical-align: inherit;
     
    391391
    392392        .interim-login .button.button-large {
    393393                height: 30px;
    394                 line-height: 28px;
     394                line-height: 2;
    395395                padding: 0 12px 2px;
    396396        }
    397397