Make WordPress Core

Ticket #58608: 58608.diff

File 58608.diff, 1.9 KB (added by shailu25, 20 months ago)

Patch added

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

    diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
    index ccd7195d5e..6ed3f1a919 100644
    a b table.is-style-stripes .has-background tbody tr, 
    20252025.wp-block-table.is-style-stripes .has-background thead tr,
    20262026.wp-block-table.is-style-stripes .has-background tfoot tr,
    20272027.wp-block-table.is-style-stripes .has-background tbody tr {
    2028         color: var(--table--has-background-text-color);
     2028        color: inherit;
    20292029}
    20302030
    20312031table.is-style-stripes,
  • src/wp-content/themes/twentytwentyone/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css
    index f3e5997b98..c4ce8dff30 100644
    a b table.is-style-stripes .has-background tbody tr, 
    33963396.wp-block-table.is-style-stripes .has-background thead tr,
    33973397.wp-block-table.is-style-stripes .has-background tfoot tr,
    33983398.wp-block-table.is-style-stripes .has-background tbody tr {
    3399         color: var(--table--has-background-text-color);
     3399        color: inherit;
    34003400}
    34013401
    34023402table.is-style-stripes,
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
    index 7bce567e61..1caac36348 100644
    a b table.is-style-stripes .has-background tbody tr, 
    34063406.wp-block-table.is-style-stripes .has-background thead tr,
    34073407.wp-block-table.is-style-stripes .has-background tfoot tr,
    34083408.wp-block-table.is-style-stripes .has-background tbody tr {
    3409         color: var(--table--has-background-text-color);
     3409        color: inherit;
    34103410}
    34113411
    34123412table.is-style-stripes,