Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Popover] Tip triangle should have --highcontrast- values in color applications. #1885

Open
Westbrook opened this issue May 19, 2023 · 1 comment

Comments

@Westbrook
Copy link
Contributor

fill: var(--mod-popover-background-color, var(--spectrum-popover-background-color));
stroke: var(--mod-popover-border-color, var(--spectrum-popover-border-color));

The above can lead to
image

Seems like there are system values that should be leveraged ahead of the --mod- values to make sure the force colors are delivered appropriately here.

@pfulton
Copy link
Collaborator

pfulton commented Jun 24, 2023

Added to our Jira backlog. Thanks for reporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants