Skip to content

Removed useless classes from members.scss

  • 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

What does this MR do and why?

This MR removes useless CSS classes in app/assets/stylesheets/page_bundles/members.scss (checked with grep and using GitPod preview):

  1. member-access-text: removed (not used anywhere else, doesn't appear in gitlab-ui)
  2. col-meta: seems to be used in ./app/assets/javascripts/members/constants.js
  3. col-max-role: seems to be used in ./app/assets/javascripts/members/constants.js
  4. col-expiration: seems to be used in ./app/assets/javascripts/members/constants.js
  5. col-activity: seems to be used in ./app/assets/javascripts/members/constants.js
  6. card-mobile: removed (not used anywhere else, doesn't appear in gitlab-ui)

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.

Closes #481676 (closed)

Edited by Scott de Jonge

Merge request reports

Loading