Skip to content

feat(GlLink): add styling to match spec

Samantha Ming requested to merge 929-make-gl-link-match-spec-colors into master

What does this MR do?

As discovered here > !1640 (comment 397142430). The GlLink seems different from the design spec. So in this MR, the necessary styling will be added to make it match our design spec > https://www.figma.com/file/qEddyqCrI7kPSBjGmwkZzQ/Component-library?node-id=2956%3A3038

None Hover Focus Active
image image image image

Per spec: all the colors utilize blue-500, except for Active which uses blue-700

Spec Reference

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.

Closes #929 (closed)

Edited by Samantha Ming

Merge request reports