Make WordPress Core

Ticket #56443: 56443.patch

File 56443.patch, 1.8 KB (added by nidhidhandhukiya, 3 years ago)
  • wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

     
    169169                .wp-block-button__link {
    170170                        @include button-transition;
    171171                        border: none;
    172                         font-size: $font__size-sm;
     172                        font-size: inherit;
    173173                        @include font-family( $font__heading );
    174174                        line-height: $font__line-height-heading;
    175175                        box-sizing: border-box;
  • wp-content/themes/twentynineteen/style-rtl.css

     
    54845484.entry .entry-content .wp-block-button .wp-block-button__link {
    54855485  transition: background 150ms ease-in-out;
    54865486  border: none;
    5487   font-size: 0.88889em;
     5487  font-size: inherit;
    54885488  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    54895489  line-height: 1.2;
    54905490  box-sizing: border-box;
  • wp-content/themes/twentynineteen/style.css

     
    54965496.entry .entry-content .wp-block-button .wp-block-button__link {
    54975497  transition: background 150ms ease-in-out;
    54985498  border: none;
    5499   font-size: 0.88889em;
     5499  font-size: inherit;
    55005500  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    55015501  line-height: 1.2;
    55025502  box-sizing: border-box;