Ticket #46526: 46526.1.diff
File 46526.1.diff, 1.3 KB (added by , 6 years ago) |
---|
-
src/wp-includes/css/buttons.css
46 46 display: inline-block; 47 47 text-decoration: none; 48 48 font-size: 13px; 49 line-height: 2 6px;49 line-height: 2; 50 50 height: 28px; 51 51 margin: 0; 52 52 padding: 0 10px 1px; … … 72 72 .wp-core-ui .button.button-large, 73 73 .wp-core-ui .button-group.button-large .button { 74 74 height: 30px; 75 line-height: 2 8px;75 line-height: 2.15384615; 76 76 padding: 0 12px 2px; 77 77 } 78 78 79 79 .wp-core-ui .button.button-small, 80 80 .wp-core-ui .button-group.button-small .button { 81 81 height: 24px; 82 line-height: 2 2px;82 line-height: 2; 83 83 padding: 0 8px 1px; 84 84 font-size: 11px; 85 85 } … … 88 88 .wp-core-ui .button-group.button-hero .button { 89 89 font-size: 14px; 90 90 height: 46px; 91 line-height: 44px;91 line-height: 3.14285714; 92 92 padding: 0 36px; 93 93 } 94 94 … … 375 375 .wp-core-ui.wp-customizer .button { 376 376 padding: 0 10px 1px; 377 377 font-size: 13px; 378 line-height: 2 6px;378 line-height: 2; 379 379 height: 28px; 380 380 margin: 0; 381 381 vertical-align: inherit; … … 390 390 391 391 .interim-login .button.button-large { 392 392 height: 30px; 393 line-height: 2 8px;393 line-height: 2; 394 394 padding: 0 12px 2px; 395 395 } 396 396