Make WordPress Core

Ticket #46080: 46080.patch

File 46080.patch, 580 bytes (added by sabernhardt, 3 months ago)

inherits Pullquote block's text color for blockquote element

  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    649649        border: 0 solid;
    650650}
    651651
     652figure.wp-block-pullquote blockquote {
     653        color: inherit;
     654}
     655
    652656.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
    653657.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
    654658        font-size: 20px;