Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHook up focus colors to existing controls #2438
Comments
|
@bheston can you provide an example of how the recipe could be applied to something fairly simple? Just as an example. Without context here it would likely require a collaborator to do this, but if it's simple enough and we have the details it may be something a first time contributor could take on. |
|
In the default design system configuration, the focus color should not be different than the resting state. For instance, tab-focusing a button should not change the color. This update will also validate the new color recipes in a real-world scenario. For instance, use a delta that's 10-20 larger than the hover or active state, which should result in a noticeable state change. |
What feature are you requesting?
We recently added
focusto the color recipes. These values are not yet hooked up in controls.What would be the benefit of adding this feature?
Adding to the design system to allow more flexibility in component interaction states.