Skip to content

Remove CSS that ligthens texts in the pipeline

Miguel Rincon requested to merge 239861-pipeline-light-text-normal into master

What does this MR do?

Removes the "light" text appearance in pipelines and mini pipelines.

Why?

Initially I was aiming at reducing CSS by adding a util class, however, there is no such class and I found that our typography guide does not include a "light" version of text, so these styles are not following our guideline.

Screenshots

before after
Screen_Shot_2020-10-15_at_10.27.55_AM Screen_Shot_2020-10-15_at_10.28.57_AM
Screen_Shot_2020-10-15_at_10.28.06_AM Screen_Shot_2020-10-15_at_10.28.46_AM
Screen_Shot_2020-10-15_at_10.28.13_AM Screen_Shot_2020-10-15_at_10.28.35_AM

Let's make the change more obvious with a gif:

2020-10-15_10.30.33

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

Related to #239861 (closed)

Edited by Miguel Rincon

Merge request reports