Make WordPress Core

Ticket #55989: #55989.patch

File #55989.patch, 636 bytes (added by kajalgohel, 4 years ago)

added patch for adding color of citation text in editor side

  • wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss

     
    2323        }
    2424
    2525        .wp-block-quote__citation {
    26                 color: var(--global--color-primary);
     26                color: currentColor;
    2727                font-size: var(--global--font-size-xs);
    2828                font-style: var(--quote--font-style-cite);
    2929
     
    147147                        margin-right: auto;
    148148                }
    149149        }
    150 }
     150}
     151 No newline at end of file