Make WordPress Core

Ticket #59801: 59801.patch

File 59801.patch, 1.5 KB (added by viralsampat, 2 years ago)

I have checked above mentioned issue and resolved it. Here, I have added my patch.

  • src/wp-content/themes/twentyfifteen/css/blocks.css

    diff --git src/wp-content/themes/twentyfifteen/css/blocks.css src/wp-content/themes/twentyfifteen/css/blocks.css
    index be2d8ffef6..691e6a528f 100644
    p.has-drop-cap:not(:focus)::first-letter { 
    313313
    314314/* Pullquote */
    315315
     316.wp-block-pullquote blockquote, .wp-block-pullquote p {
     317    color: inherit !important;
     318}
     319
    316320.wp-block-pullquote {
    317321        border: 0;
    318322}
    p.has-drop-cap:not(:focus)::first-letter { 
    326330}
    327331
    328332.wp-block-pullquote cite {
    329         color: #333;
     333        color: inherit;
    330334        font-family: "Noto Sans", sans-serif;
    331335        font-size: 15px;
    332336        font-style: normal;
  • src/wp-content/themes/twentyfifteen/css/editor-blocks.css

    diff --git src/wp-content/themes/twentyfifteen/css/editor-blocks.css src/wp-content/themes/twentyfifteen/css/editor-blocks.css
    index 72e20fb75d..5854c4bc52 100644
    p.has-drop-cap:not(:focus)::first-letter { 
    669669
    670670/* Pullquote */
    671671
     672.editor-styles-wrapper blockquote{
     673        border-left: 4px solid !important;
     674}
     675
    672676.wp-block-pullquote,
    673677.editor-block-list__block .wp-block-pullquote blockquote {
    674678        border: 0;
    p.has-drop-cap:not(:focus)::first-letter { 
    676680        padding-left: 0;
    677681}
    678682
     683.wp-block-pullquote blockquote, .wp-block-pullquote p {
     684        color: inherit !important;
     685}
     686
    679687.wp-block-pullquote .wp-block-pullquote__citation {
    680         color: #333;
     688        color: inherit;
    681689        font-family: "Noto Sans", sans-serif;
    682690        font-size: 15px;
    683691        font-style: normal;