Update datagrid foreground colors based on Ink.

Review Request #13926 — Created June 3, 2024 and submitted

Information

Djblets
release-5.x

Reviewers

The foreground color in datagrid cells now use Ink's
--ink-c-data-table-body-fg token, which gives us a better color for
datagrids on dark mode. This is off-white, which contrasts better with
the background than pure white, making it easier to read the datagrid.

Tested locally, verifying that the colors in the CSS variable were
reflected in the datagrid by altering the variable at runtime.

Summary ID
Update datagrid foreground colors based on Ink.
The foreground color in datagrid cells now use Ink's `--ink-c-data-table-body-fg` token, which gives us a better color for datagrids on dark mode. This is off-white, which contrasts better with the background than pure white, making it easier to read the datagrid.
9632292c37add679b0a771d9b76dec43780a7314
david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to release-5.x (75bf37f)