Make WordPress Core

Ticket #63417: 63417.patch

File 63417.patch, 1.0 KB (added by viralsampat, 8 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached video after resolved this issue.

  • src/wp-content/themes/twentynineteen/style-editor.css

    diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
    index 5206b537e2..2c77b8673e 100644
    figcaption, 
    10851085  color: inherit;
    10861086}
    10871087
     1088/* Add new CSS for blockquote */
     1089.wp-block-quote.has-text-color.has-background p {
     1090  color: inherit;
     1091}
     1092
    10881093/** === Pullquote === */
    10891094.wp-block-pullquote {
    10901095  border-color: transparent;
  • src/wp-content/themes/twentynineteen/style.css

    diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
    index 2124cf584f..9e99315039 100644
    blockquote cite { 
    26082608  color: #767676;
    26092609}
    26102610
     2611/* Quotes block CSS for text color */
     2612.entry .entry-content .wp-block-quote.has-text-color.has-background p {
     2613  color: inherit;
     2614}
     2615
     2616
    26112617table {
    26122618  margin: 0 0 1rem;
    26132619  border-collapse: collapse;