Fixing context switcher border color
What does this MR do and why?
The context switcher was meant to have a lighter border than what is currently present on production. Although a utility class was applied with the correct border color, it was being overridden by another class which used !important.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
Go to any page in the product and verify that the border-color of the context switcher is t-gray-08.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.

