Use Ink variables for link colors.

Review Request #13683 — Created March 30, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

This replaces most of the usage of @link-color in the UI with
var(--ink-p-link-color) and var(--ink-p-link-hover-color). These
give us consistent theme-friendly colors for links.

There are some instances that have not been replaced, but those will be
covered by larger changes.

Tested most of the links. There's still a lot of work involved for these
bits of the UI.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Use Ink variables for link colors.
This replaces most of the usage of `@link-color` in the UI with `var(--ink-p-link-color)` and `var(--ink-p-link-hover-color)`. These give us consistent theme-friendly colors for links. There are some instances that have not been replaced, but those will be covered by larger changes.
1cca1b7d1c0dfc4fff7b187ad4e58927309bb679 Christian Hammond
reviewboard/static/rb/css/defs.less
reviewboard/static/rb/css/pages/base.less
reviewboard/static/rb/css/pages/diffviewer.less
reviewboard/static/rb/css/pages/newReviewRequest.less
reviewboard/static/rb/css/pages/review-request.less
reviewboard/static/rb/css/pages/reviews.less
reviewboard/static/rb/css/pages/admin/repositories.less
reviewboard/static/rb/css/ui/banners.less
reviewboard/static/rb/css/ui/datagrids.less
reviewboard/static/rb/css/ui/infoboxes.less
reviewboard/static/rb/css/ui/admin/widgets.less
Loading...