Skip to content

fix(GlPath): Keep path text white in dark mode

Simon Knox requested to merge psi-dark-path into main

What does this MR do?

Fix gitlab#351627 (closed)

Keep path text #fff in dark mode. Remove background color.

Screenshots of active / hovered / disabled / inactive path:

before after
Screenshot_2023-02-22_at_4.04.03_pm Screenshot_2023-02-22_at_4.03.48_pm

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.

Accessibility

If this MR adds or modifies a component, take a few moments to review the following:

Edited by Simon Knox

Merge request reports