Make WordPress Core

Ticket #58443: 58443.patch

File 58443.patch, 2.2 KB (added by nidhidhandhukiya, 21 months ago)
  • wp-content/themes/twentynineteen/style-editor.css

     
    10051005
    10061006/** === Button === */
    10071007.wp-block-button .wp-block-button__link {
    1008   line-height: 1.8;
     1008  line-height: inherit;
    10091009  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    10101010  font-size: 0.88889em;
    10111011  font-weight: bold;
  • wp-content/themes/twentynineteen/style-editor.scss

     
    381381.wp-block-button {
    382382
    383383        .wp-block-button__link {
    384                 line-height: 1.8;
     384                line-height:inherit;
    385385                @include font-family( $font__heading );
    386386                font-size: $font__size-sm;
    387387                font-weight: bold;
  • wp-content/themes/twentynineteen/style-rtl.css

     
    54925492  border: none;
    54935493  font-size: 0.88889em;
    54945494  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;
    54965496  box-sizing: border-box;
    54975497  font-weight: bold;
    54985498  text-decoration: none;
  • wp-content/themes/twentynineteen/style.css

     
    55045504  border: none;
    55055505  font-size: 0.88889em;
    55065506  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;
    55085508  box-sizing: border-box;
    55095509  font-weight: bold;
    55105510  text-decoration: none;