Ticket #58443: 58443.patch
File 58443.patch, 2.2 KB (added by , 21 months ago) |
---|
-
wp-content/themes/twentynineteen/style-editor.css
1005 1005 1006 1006 /** === Button === */ 1007 1007 .wp-block-button .wp-block-button__link { 1008 line-height: 1.8;1008 line-height: inherit; 1009 1009 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 1010 1010 font-size: 0.88889em; 1011 1011 font-weight: bold; -
wp-content/themes/twentynineteen/style-editor.scss
381 381 .wp-block-button { 382 382 383 383 .wp-block-button__link { 384 line-height: 1.8;384 line-height:inherit; 385 385 @include font-family( $font__heading ); 386 386 font-size: $font__size-sm; 387 387 font-weight: bold; -
wp-content/themes/twentynineteen/style-rtl.css
5492 5492 border: none; 5493 5493 font-size: 0.88889em; 5494 5494 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5495 line-height: 1.2;5495 line-height: inherit; 5496 5496 box-sizing: border-box; 5497 5497 font-weight: bold; 5498 5498 text-decoration: none; -
wp-content/themes/twentynineteen/style.css
5504 5504 border: none; 5505 5505 font-size: 0.88889em; 5506 5506 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5507 line-height: 1.2;5507 line-height: inherit; 5508 5508 box-sizing: border-box; 5509 5509 font-weight: bold; 5510 5510 text-decoration: none;