Make WordPress Core

Ticket #60859: 60859.2.patch

File 60859.2.patch, 1.2 KB (added by viralsampat, 2 years 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/twentytwentyone/assets/css/style-editor.css

    diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
    index 2cb3872b26..961db9338d 100644
    table.is-style-stripes .has-background tbody tr, 
    20382038.wp-block-table.is-style-stripes .has-background thead tr,
    20392039.wp-block-table.is-style-stripes .has-background tfoot tr,
    20402040.wp-block-table.is-style-stripes .has-background tbody tr {
    2041         color: var(--table--has-background-text-color);
     2041        color: inherit;
    20422042}
    20432043
    20442044table.is-style-stripes,
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
    index 517464a456..4b2ca6f926 100644
    table.is-style-stripes .has-background tbody tr, 
    34133413.wp-block-table.is-style-stripes .has-background thead tr,
    34143414.wp-block-table.is-style-stripes .has-background tfoot tr,
    34153415.wp-block-table.is-style-stripes .has-background tbody tr {
    3416         color: var(--table--has-background-text-color);
     3416        color: inherit;
    34173417}
    34183418
    34193419table.is-style-stripes,