Skip to content

add font weight to links in wiki pages to be more distinguishable from static information

What does this MR do?

This MR adds font-weight: bold to the links in wiki pages to be more distinguishable from static information in compliance of WCAG color for color-blindness and removes its color property so that it inherits $blue-600.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61316

Affected pages

gitlab on  fe-fix-color-audit-on-wiki-pages-list-links via ⬢ v12.4.0 via 💎 ruby-2.6.3 
➜ grep .wiki-pages-list ./app -R
./app/assets/stylesheets/pages/wiki.scss:ul.wiki-pages-list.content-list {
./app/views/projects/wikis/pages.html.haml:  %ul.wiki-pages-list.content-list

Does this MR meet the acceptance criteria?

Conformity

Performance 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 🤖 GitLab Bot 🤖

Merge request reports

Loading