Make WordPress Core

Ticket #57250: 57250.3.patch

File 57250.3.patch, 1.1 KB (added by nidhidhandhukiya, 22 months ago)

This same issue is happening with the pull quote block also in the twenty twenty theme. This patch will resolve the issue for both the block.

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    882882        margin-top: 12px;
    883883        text-transform: none;
    884884}
    885 
     885.wp-block-quote.has-text-color cite,
     886.wp-block-pullquote.has-text-color cite {
     887  color: inherit;
     888}
    886889/* STYLE: SOLID COLOR */
    887890
    888891.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  • wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    886886        margin-top: 12px;
    887887        text-transform: none;
    888888}
    889 
     889.wp-block-quote.has-text-color cite,
     890.wp-block-pullquote.has-text-color cite {
     891  color: inherit;
     892}
    890893/* STYLE: SOLID COLOR */
    891894
    892895.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {