The 'In more languages' dropdown has the hard-coded colour value #0645ad, which doesn't map to any codex token. In the Figma file this is mapped to color-progressive, but the colour value is set in ./view/lib/wikibase-data-values-value-view/lib/jquery.ui/jquery.ui.toggler.css, which belongs to data-values/value-view and is a CSS file (so no LESS variables are available).
Investigate changing this token to the correct colour value - decide whether to use CSS variables or to change the CSS file to a LESS file.
Acceptance Criteria
- The 'In more languages' link is mapped to the correct codex token (color-progressive)
- (Optional) other hard-coded colour-values in data-values/value-view are identified and replaced with their codex equivalents.
