informational_overlays: Deprecate redundant fix for table color.

This is a prep commit to an optional commit. It rolls back the
changes from #30431 because #30449 tries to fix a wider regression
that included the issue #30431 tried to fix.
This commit is contained in:
PieterCK 2024-06-17 13:48:54 +07:00 committed by Tim Abbott
parent d16ae00b15
commit 2c7f8ef4a1
2 changed files with 0 additions and 16 deletions

View File

@ -386,7 +386,6 @@
/* Markdown colors */
--color-background-rendered-markdown-thead: hsl(0deg 0% 93%);
--color-border-rendered-markdown-table: hsl(0deg 0% 80%);
--color-border-informational-overlays-table: hsl(0deg 0% 87%);
/* Settings table colors */
--color-border-table-striped: hsl(0deg 0% 87%);
@ -745,7 +744,6 @@
/* Markdown colors */
--color-background-rendered-markdown-thead: hsl(0deg 0% 0% / 50%);
--color-border-rendered-markdown-table: hsl(0deg 0% 100% / 20%);
--color-border-informational-overlays-table: hsl(0deg 0% 0% / 20%);
/* Settings table colors */
--color-border-table-striped: hsl(0deg 0% 0% / 20%);

View File

@ -46,20 +46,6 @@
}
}
.overlay-body {
table {
border-color: var(--color-border-informational-overlays-table);
}
& tr th {
border-color: var(--color-border-informational-overlays-table);
}
& tr td {
border-color: var(--color-border-informational-overlays-table);
}
}
& td.operator {
font-size: 0.9em;
}