Make WordPress Core

Ticket #58608: 58608.patch

File 58608.patch, 3.1 KB (added by shailu25, 11 months ago)

Patch Refreshed.

  • 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 41b5c6cb85..0ed2964a63 100644
    a b table.is-style-stripes .has-background tbody tr, 
    20812081.wp-block-table.is-style-stripes .has-background thead tr,
    20822082.wp-block-table.is-style-stripes .has-background tfoot tr,
    20832083.wp-block-table.is-style-stripes .has-background tbody tr {
    2084         color: var(--table--has-background-text-color);
     2084        color: inherit;
    20852085}
    20862086
    20872087table.is-style-stripes,
  • src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss

    diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
    index a0c7cfcdbd..1a72bb2845 100644
    a b table, 
    2020        &.is-style-stripes .has-background thead tr,
    2121        &.is-style-stripes .has-background tfoot tr,
    2222        &.is-style-stripes .has-background tbody tr {
    23                 color: var(--table--has-background-text-color);
     23                color: inherit;
    2424        }
    2525
    2626        &.is-style-stripes {
  • src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss

    diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss
    index 04173970bd..5d7715517c 100644
    a b table, 
    2929        &.is-style-stripes .has-background thead tr,
    3030        &.is-style-stripes .has-background tfoot tr,
    3131        &.is-style-stripes .has-background tbody tr {
    32                 color: var(--table--has-background-text-color);
     32                color: inherit;
    3333        }
    3434
    3535        &.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 90f1482b2c..7087eb749d 100644
    a b table.is-style-stripes .has-background tbody tr, 
    34263426.wp-block-table.is-style-stripes .has-background thead tr,
    34273427.wp-block-table.is-style-stripes .has-background tfoot tr,
    34283428.wp-block-table.is-style-stripes .has-background tbody tr {
    3429         color: var(--table--has-background-text-color);
     3429        color: inherit;
    34303430}
    34313431
    34323432table.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 e832c2d075..8079d8f7be 100644
    a b table.is-style-stripes .has-background tbody tr, 
    34363436.wp-block-table.is-style-stripes .has-background thead tr,
    34373437.wp-block-table.is-style-stripes .has-background tfoot tr,
    34383438.wp-block-table.is-style-stripes .has-background tbody tr {
    3439         color: var(--table--has-background-text-color);
     3439        color: inherit;
    34403440}
    34413441
    34423442table.is-style-stripes,