2nd Column Lost it's Colour
When the new code was added the `var(--color-help)` was lost and it defaulted back to **brash white**. This adds the `var(--color-help)` back in.
This commit is contained in:
parent
f0f98945fa
commit
82bb20f63d
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ table.table--help {
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--color-help);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue