Make WordPress Core

Ticket #61138: 61138.patch

File 61138.patch, 5.9 KB (added by viralsampat, 9 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/twentynineteen/style-editor.css

    diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
    index 744acc1747..d7b0bf68ec 100644
    ul.wp-block-archives ul, 
    13411341  list-style-type: none;
    13421342}
    13431343
     1344ul.wp-block-latest-posts.has-background {
     1345  padding: 1.25em 2.375em;
     1346}
     1347
    13441348ul.wp-block-archives li > a,
    13451349.wp-block-categories li > a,
    13461350.wp-block-latest-posts li > a {
  • src/wp-content/themes/twentynineteen/style.css

    diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
    index 62ae6048b4..5bc84533a5 100644
    body.page .main-navigation { 
    56175617  counter-increment: submenu;
    56185618}
    56195619
     5620.entry .entry-content ul.has-background {
     5621  padding: 1.25em 2.375em;
     5622}
     5623
    56205624.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
    56215625  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    56225626  font-size: 0.71111em;
    body.page .main-navigation { 
    63456349  color: #fff;
    63466350}
    63476351
    6348 .entry .entry-content .has-primary-background-color > p,
    6349 .entry .entry-content .has-primary-background-color > h1,
    6350 .entry .entry-content .has-primary-background-color > h2,
    6351 .entry .entry-content .has-primary-background-color > h3,
    6352 .entry .entry-content .has-primary-background-color > h4,
    6353 .entry .entry-content .has-primary-background-color > h5,
    6354 .entry .entry-content .has-primary-background-color > h6,
    6355 .entry .entry-content .has-primary-background-color > a,
    6356 .entry .entry-content .has-secondary-background-color > p,
    6357 .entry .entry-content .has-secondary-background-color > h1,
    6358 .entry .entry-content .has-secondary-background-color > h2,
    6359 .entry .entry-content .has-secondary-background-color > h3,
    6360 .entry .entry-content .has-secondary-background-color > h4,
    6361 .entry .entry-content .has-secondary-background-color > h5,
    6362 .entry .entry-content .has-secondary-background-color > h6,
    6363 .entry .entry-content .has-secondary-background-color > a,
    6364 .entry .entry-content .has-dark-gray-background-color > p,
    6365 .entry .entry-content .has-dark-gray-background-color > h1,
    6366 .entry .entry-content .has-dark-gray-background-color > h2,
    6367 .entry .entry-content .has-dark-gray-background-color > h3,
    6368 .entry .entry-content .has-dark-gray-background-color > h4,
    6369 .entry .entry-content .has-dark-gray-background-color > h5,
    6370 .entry .entry-content .has-dark-gray-background-color > h6,
    6371 .entry .entry-content .has-dark-gray-background-color > a,
    6372 .entry .entry-content .has-light-gray-background-color > p,
    6373 .entry .entry-content .has-light-gray-background-color > h1,
    6374 .entry .entry-content .has-light-gray-background-color > h2,
    6375 .entry .entry-content .has-light-gray-background-color > h3,
    6376 .entry .entry-content .has-light-gray-background-color > h4,
    6377 .entry .entry-content .has-light-gray-background-color > h5,
    6378 .entry .entry-content .has-light-gray-background-color > h6,
    6379 .entry .entry-content .has-light-gray-background-color > a {
     6352.entry .entry-content .has-primary-background-color p,
     6353.entry .entry-content .has-primary-background-color h1,
     6354.entry .entry-content .has-primary-background-color h2,
     6355.entry .entry-content .has-primary-background-color h3,
     6356.entry .entry-content .has-primary-background-color h4,
     6357.entry .entry-content .has-primary-background-color h5,
     6358.entry .entry-content .has-primary-background-color h6,
     6359.entry .entry-content .has-primary-background-color a,
     6360.entry .entry-content .has-secondary-background-color p,
     6361.entry .entry-content .has-secondary-background-color h1,
     6362.entry .entry-content .has-secondary-background-color h2,
     6363.entry .entry-content .has-secondary-background-color h3,
     6364.entry .entry-content .has-secondary-background-color h4,
     6365.entry .entry-content .has-secondary-background-color h5,
     6366.entry .entry-content .has-secondary-background-color h6,
     6367.entry .entry-content .has-secondary-background-color a,
     6368.entry .entry-content .has-dark-gray-background-color p,
     6369.entry .entry-content .has-dark-gray-background-color h1,
     6370.entry .entry-content .has-dark-gray-background-color h2,
     6371.entry .entry-content .has-dark-gray-background-color h3,
     6372.entry .entry-content .has-dark-gray-background-color h4,
     6373.entry .entry-content .has-dark-gray-background-color h5,
     6374.entry .entry-content .has-dark-gray-background-color h6,
     6375.entry .entry-content .has-dark-gray-background-color a,
     6376.entry .entry-content .has-light-gray-background-color p,
     6377.entry .entry-content .has-light-gray-background-color h1,
     6378.entry .entry-content .has-light-gray-background-color h2,
     6379.entry .entry-content .has-light-gray-background-color h3,
     6380.entry .entry-content .has-light-gray-background-color h4,
     6381.entry .entry-content .has-light-gray-background-color h5,
     6382.entry .entry-content .has-light-gray-background-color h6,
     6383.entry .entry-content .has-light-gray-background-color a {
    63806384  color: #fff;
    63816385}
    63826386
    body.page .main-navigation { 
    63846388  color: #111;
    63856389}
    63866390
    6387 .entry .entry-content .has-white-background-color > p,
    6388 .entry .entry-content .has-white-background-color > h1,
    6389 .entry .entry-content .has-white-background-color > h2,
    6390 .entry .entry-content .has-white-background-color > h3,
    6391 .entry .entry-content .has-white-background-color > h4,
    6392 .entry .entry-content .has-white-background-color > h5,
    6393 .entry .entry-content .has-white-background-color > h6,
    6394 .entry .entry-content .has-white-background-color > a {
     6391.entry .entry-content .has-white-background-color p,
     6392.entry .entry-content .has-white-background-color h1,
     6393.entry .entry-content .has-white-background-color h2,
     6394.entry .entry-content .has-white-background-color h3,
     6395.entry .entry-content .has-white-background-color h4,
     6396.entry .entry-content .has-white-background-color h5,
     6397.entry .entry-content .has-white-background-color h6,
     6398.entry .entry-content .has-white-background-color a {
    63956399  color: #111;
    63966400}
    63976401