Make WordPress Core

Ticket #61524: 61524.patch

File 61524.patch, 1.4 KB (added by viralsampat, 13 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

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

    diff --git src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 18e8328107..fe2a530eca 100644
    Inter variable font. Usage: 
    475475        margin: 5px 0 0 0;
    476476}
    477477
     478/* Latest Post Block has text color CSS */
     479.editor-styles-wrapper ul.wp-block-latest-posts.has-text-color li {
     480    color: inherit;
     481}
     482.editor-styles-wrapper .wp-block-latest-comments.has-text-color time, .editor-styles-wrapper .wp-block-latest-posts.has-text-color time{
     483        color: inherit;
     484}
     485
    478486.editor-styles-wrapper ul.wp-block-archives li li,
    479487.editor-styles-wrapper ul.wp-block-categories li li,
    480488.editor-styles-wrapper ul.wp-block-categories__list li li,
  • src/wp-content/themes/twentytwenty/style.css

    diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
    index c2ac1eac06..eaad53b55c 100644
    h2.entry-title { 
    29722972        color: #6d6d6d;
    29732973}
    29742974
     2975/* Latest Post block has text color CSS */
     2976.entry-content .wp-block-latest-posts.has-text-color li {
     2977    color: inherit;
     2978}
     2979
     2980.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date {
     2981    color: inherit;
     2982}
     2983
    29752984.wp-block-archives a,
    29762985.wp-block-categories a,
    29772986.wp-block-latest-posts a,