Make WordPress Core

Ticket #62744: 62744.2.patch

File 62744.2.patch, 951 bytes (added by nidhidhandhukiya, 2 months ago)

Hello @sabernhardt I have updated the patch as per your suggestion.

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

     
    508508}
    509509
    510510/* Quote */
    511 
     511:root :where(.wp-block-quote[style*="font-weight"] *[style*="font-weight"]) ~ cite {
     512        font-weight: inherit;
     513}
    512514.wp-block-quote {
    513515        color: #666;
    514516        font-size: 18px;
  • wp-content/themes/twentyseventeen/style.css

     
    522522        margin-top: 0.5em;
    523523}
    524524
     525:root :where(.wp-block-quote[style*="font-style"] *[style*="font-style"]) ~ cite {
     526        font-style: inherit;
     527}
     528
    525529address {
    526530        margin: 0 0 1.5em;
    527531}