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

Make list focus icon themeable #126288

Merged
merged 1 commit into from
Jun 15, 2021
Merged

Make list focus icon themeable #126288

merged 1 commit into from
Jun 15, 2021

Conversation

miguelsolorio
Copy link
Contributor

This PR fixes #125998 and makes the focused icon themeable by introducing list.activeSelectionIconForeground. In the last release we inherited the focus foreground for all focus states, but this caused issues in themes that didn't have a high contrasting focus state and was especially obvious in the suggest widget. Now this allows for themes to opt-in to the new styling instead of turning this on by default (I've added these to our default dark/light themes)

Before

CleanShot 2021-06-14 at 12 50 53@2x

CleanShot 2021-06-14 at 12 51 03@2x

After

CleanShot 2021-06-14 at 12 52 00@2x

CleanShot 2021-06-14 at 12 52 32@2x

@miguelsolorio miguelsolorio merged commit e268709 into main Jun 15, 2021
@miguelsolorio miguelsolorio deleted the misolori/list-focus-icon branch June 15, 2021 16:22
@ghost
Copy link

ghost commented Jul 29, 2021

There needs to be a list.focusIconForeground as well 🙏🏾 for the notification center

@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
themes Color theme issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow suggest icons to be themeable
4 participants