Make WordPress Core

Ticket #55981: 55981.2.diff

File 55981.2.diff, 1.4 KB (added by deepakvijayan, 2 years ago)

Fix pullquote text color not updating issue (patch for sass as well) + style-rtl.css

  • 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-rtl.css

    diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css
    index 29f0119765..9f17629ddb 100644
    a b body.page .main-navigation { 
    56685668}
    56695669
    56705670.entry .entry-content .wp-block-pullquote blockquote {
    5671   color: #111;
    56725671  border: none;
    56735672  margin-top: calc(4 * 1rem);
    56745673  margin-bottom: calc(4.33 * 1rem);
  • 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);