Use Ink variables for link colors.

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

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-7.x (9349a21)
Loading...