Skip to content

Adapt pipeline meta link styling to use design token

Release notes

Problem to solve

The meta link styling on pipeline related pages do not use design token, which can be a barrier for adapting to dark mode.

Screenshot 2024-12-13 at 3.48.24 PM.png

Screenshot 2024-12-13 at 3.49.20 PM.png

Screenshot 2024-12-13 at 3.48.45 PM.png

Implementation guide

Use the design tokens background-color-strong (background) and text-color-subtle (text) for the following UI locations highlighted in pink in the screenshots above.

UI Locations / Code File

  1. Pipelines table app/assets/javascripts/ci/pipelines_page/components/pipeline_url.vue
  2. Pipeline header on pipeline detail view app/assets/javascripts/ci/pipeline_details/header/pipeline_header.vue
  3. Jobs table app/assets/javascripts/ci/jobs_page/components/job_cells/job_cell.vue

Example implementation MRs:

Edited by Veethika Mishra