Skip to content

Refactor Productivity Analytics CSS file to use CSS utils

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you can request access to GitLab Duo.

What does this MR do and why?

Closes #490201


Refactors CSS in /app/assets/stylesheets/page_bundles/productivity_analytics.scss to use CSS utils

References

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

STORYBOOK (before)

Before After
before-metric-chart after-metric-chart
before-metric-column after-metric-column
before-metric-table after-metric-table
before-metric-row after-metric-row

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

# install storybook dependencies
$ yarn storybook:install

# start storybook
$ yarn storybook:start

Related to #490201

Edited by Grace Chung

Merge request reports

Loading