Make WordPress Core

Ticket #55981: 55981.diff

File 55981.diff, 1002 bytes (added by deepakvijayan, 2 years ago)

Fix pullquote text color not updating issue (patch for sass as well)

  • src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    diff --git a/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
    index 9162cfcd03..571f781d34 100644
    a b  
    355355                padding: $size__spacing-unit;
    356356
    357357                blockquote {
    358                         color: $color__text-main;
    359358                        border: none;
    360359                        margin-top: calc(4 * #{ $size__spacing-unit});
    361360                        margin-bottom: calc(4.33 * #{ $size__spacing-unit});
  • src/wp-content/themes/twentynineteen/style.css

    diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
    index 9d68322d74..38856b4c1b 100644
    a b body.page .main-navigation { 
    56805680}
    56815681
    56825682.entry .entry-content .wp-block-pullquote blockquote {
    5683   color: #111;
    56845683  border: none;
    56855684  margin-top: calc(4 * 1rem);
    56865685  margin-bottom: calc(4.33 * 1rem);