Skip to content

Move pipelines table css to a page bundle

Miguel Rincon requested to merge 239861-move-pipeline-table-css into master

What does this MR do?

Related to #239861 (closed)

Move pipelines table css to a page bundle

  • wrap the CSS of the pipeline table that only appears in 4 pages, inside a [data-page] selector to scope where it is used (first commit)
  • move the wrapped CSS of the pipeline table to bundle that is added to each page where it's used.
  • additionally some unused/abandoned styles are removed.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Miguel Rincon

Merge request reports