Make WordPress Core

Ticket #62021: 62021.patch

File 62021.patch, 475 bytes (added by pitamdey, 22 months ago)

After applying this solution the issue is resolved

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

     
    900900        padding: 1.6em 0;
    901901}
    902902
     903/* Read More */
     904.wp-block-read-more:hover {
     905    color:#707070;
     906}
     907
    903908/* Latest Posts */
    904909
    905910.edit-post-visual-editor .wp-block-latest-posts.is-grid {