Skip to content

Fix stylelint warning in related_items_list.scss

Florie Guibert requested to merge fix-stylelint-warning-related-items-list into master

What does this MR do?

Fixes the following stylelint warning in app/assets/stylesheets/components/related_items_list.scss:

92:3  ⚠  ".health-label-long" and ".health-label-short have the same properties.                                                                                                                                                                       
113:3  ⚠  ".gl-label-text" and "&.mr-title have the sameproperties.                                                                                                                                                                       
174:3  ⚠  ".item-due-date .ic-calendar" and ".ic-weight have the same properties.                                                                                                                                                                       
374:5  ⚠  ".health-label-short" and ".health-label-long have the same properties.                                                                                                                                                                       
378:5  ⚠  ".health-label-long" and ".health-label-short have the same properties. 

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

Merge request reports