Update datagrid foreground colors based on Ink.

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond
djblets/static/djblets/css/datagrid.less
Loading...