Ticket #56443: 56443.patch
File 56443.patch, 1.8 KB (added by , 3 years ago) |
---|
-
wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
169 169 .wp-block-button__link { 170 170 @include button-transition; 171 171 border: none; 172 font-size: $font__size-sm;172 font-size: inherit; 173 173 @include font-family( $font__heading ); 174 174 line-height: $font__line-height-heading; 175 175 box-sizing: border-box; -
wp-content/themes/twentynineteen/style-rtl.css
5484 5484 .entry .entry-content .wp-block-button .wp-block-button__link { 5485 5485 transition: background 150ms ease-in-out; 5486 5486 border: none; 5487 font-size: 0.88889em;5487 font-size: inherit; 5488 5488 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5489 5489 line-height: 1.2; 5490 5490 box-sizing: border-box; -
wp-content/themes/twentynineteen/style.css
5496 5496 .entry .entry-content .wp-block-button .wp-block-button__link { 5497 5497 transition: background 150ms ease-in-out; 5498 5498 border: none; 5499 font-size: 0.88889em;5499 font-size: inherit; 5500 5500 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5501 5501 line-height: 1.2; 5502 5502 box-sizing: border-box;