Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,19 @@ table.is-style-stripes .has-background tbody tr,
color: #28303d;
}

table.is-style-regular .has-text-color,
table.is-style-stripes .has-text-color,
table.is-style-stripes .has-text-color thead tr,
table.is-style-stripes .has-text-color tfoot tr,
table.is-style-stripes .has-text-color tbody tr,
.wp-block-table.is-style-regular .has-text-color,
.wp-block-table.is-style-stripes .has-text-color,
.wp-block-table.is-style-stripes .has-text-color thead tr,
.wp-block-table.is-style-stripes .has-text-color tfoot tr,
.wp-block-table.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
border-color: #f0f0f0;
Expand Down

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/wp-content/themes/twentytwentyone/assets/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -3726,6 +3726,19 @@ table.is-style-stripes .has-background tbody tr,
color: #28303d;
}

table.is-style-regular .has-text-color,
table.is-style-stripes .has-text-color,
table.is-style-stripes .has-text-color thead tr,
table.is-style-stripes .has-text-color tfoot tr,
table.is-style-stripes .has-text-color tbody tr,
.wp-block-table.is-style-regular .has-text-color,
.wp-block-table.is-style-stripes .has-text-color,
.wp-block-table.is-style-stripes .has-text-color thead tr,
.wp-block-table.is-style-stripes .has-text-color tfoot tr,
.wp-block-table.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
border-color: #f0f0f0;
Expand Down

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2084,6 +2084,19 @@ table.is-style-stripes .has-background tbody tr,
color: var(--table--has-background-text-color);
}

table.is-style-regular .has-text-color,
table.is-style-stripes .has-text-color,
table.is-style-stripes .has-text-color thead tr,
table.is-style-stripes .has-text-color tfoot tr,
table.is-style-stripes .has-text-color tbody tr,
.wp-block-table.is-style-regular .has-text-color,
.wp-block-table.is-style-stripes .has-text-color,
.wp-block-table.is-style-stripes .has-text-color thead tr,
.wp-block-table.is-style-stripes .has-text-color tfoot tr,
.wp-block-table.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
border-color: var(--table--stripes-border-color);
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ table,
color: var(--table--has-background-text-color);
}

&.is-style-regular .has-text-color,
&.is-style-stripes .has-text-color,
&.is-style-stripes .has-text-color thead tr,
&.is-style-stripes .has-text-color tfoot tr,
&.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

&.is-style-stripes {
border-color: var(--table--stripes-border-color);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ table,
color: var(--table--has-background-text-color);
}

&.is-style-regular .has-text-color,
&.is-style-stripes .has-text-color,
&.is-style-stripes .has-text-color thead tr,
&.is-style-stripes .has-text-color tfoot tr,
&.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

&.is-style-stripes {
border-color: var(--table--stripes-border-color);

Expand Down
13 changes: 13 additions & 0 deletions src/wp-content/themes/twentytwentyone/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3420,6 +3420,19 @@ table.is-style-stripes .has-background tbody tr,
color: var(--table--has-background-text-color);
}

table.is-style-regular .has-text-color,
table.is-style-stripes .has-text-color,
table.is-style-stripes .has-text-color thead tr,
table.is-style-stripes .has-text-color tfoot tr,
table.is-style-stripes .has-text-color tbody tr,
.wp-block-table.is-style-regular .has-text-color,
.wp-block-table.is-style-stripes .has-text-color,
.wp-block-table.is-style-stripes .has-text-color thead tr,
.wp-block-table.is-style-stripes .has-text-color tfoot tr,
.wp-block-table.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
border-color: var(--table--stripes-border-color);
Expand Down
13 changes: 13 additions & 0 deletions src/wp-content/themes/twentytwentyone/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3430,6 +3430,19 @@ table.is-style-stripes .has-background tbody tr,
color: var(--table--has-background-text-color);
}

table.is-style-regular .has-text-color,
table.is-style-stripes .has-text-color,
table.is-style-stripes .has-text-color thead tr,
table.is-style-stripes .has-text-color tfoot tr,
table.is-style-stripes .has-text-color tbody tr,
.wp-block-table.is-style-regular .has-text-color,
.wp-block-table.is-style-stripes .has-text-color,
.wp-block-table.is-style-stripes .has-text-color thead tr,
.wp-block-table.is-style-stripes .has-text-color tfoot tr,
.wp-block-table.is-style-stripes .has-text-color tbody tr {
color: inherit;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
border-color: var(--table--stripes-border-color);
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyone/style.css.map

Large diffs are not rendered by default.

Loading