Make WordPress Core

Ticket #60033: 60033.2.patch

File 60033.2.patch, 1.3 KB (added by pitamdey, 12 months ago)

After applying this solution the issue is resolved

  • wp-content/themes/twentyfourteen/css/editor-blocks.css

     
    286286
    287287.wp-block-quote .wp-block-quote__citation {
    288288        color: #2b2b2b;
    289         font-size: 16px;
    290289        font-weight: 400;
    291290        margin-top: 0;
    292291}
  • wp-content/themes/twentyten/editor-blocks.css

     
    224224}
    225225
    226226.wp-block-quote .wp-block-quote__citation {
    227         font-size: 16px;
    228227        font-weight: 600;
    229228}
    230229
  • wp-content/themes/twentythirteen/css/editor-blocks.css

     
    228228.wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body,
    229229.wp-block-quote .wp-block-quote__citation {
    230230        color: inherit;
    231         font-size: 16px;
    232231        font-style: italic;
    233232        font-weight: normal;
    234233        text-transform: uppercase;