Open jnm2377 opened 2 years ago
Just chatted about this one in Backlog Cleaning. We decided that this was more of a bug than a feature and prioritized it as such. We want to see if other v11 adopters experience this before prioritizing the work because there will need to be some research sprint(s) to figure out a path forward. Thanks for logging this!
Summary
This issue was brought up when migrating the Carbon tutorial to v11. In the tutorial, we have the header as
g100
and the content aswhite
. The UI shell icon buttons all use tooltips (since all our icon only buttons do for a11y). We realized that when the tooltip was showing, theg100
theme tooltip bg color was a light color, which blended in too much with thewhite
bg content.This might not be the only time something like this happens when zoned themes have popover content that overlap with the different themes.
One of the options we considered was having a theme neutral color token for these situations. But then also need a way to be able to select that or configure that.
For the time being, we used
$gray-20
as the tooltip bg color (per design guidance).Justification
Better visibility and a11y. When the color blends in too much with one theme, it can be easy to miss the content.
Desired UX and success metrics
No response
Required functionality
Ability to be able to easily configure (via prop or something) a theme neutral bg color
Specific timeline issues / requests
No response
Available extra resources
No response
Code of Conduct