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

Filters sort select unreadable text on Windows #2081

Open
kmeleta opened this issue Oct 31, 2022 · 1 comment
Open

Filters sort select unreadable text on Windows #2081

kmeleta opened this issue Oct 31, 2022 · 1 comment
Labels
Category: Bug Something isn't working Severity: 2 High Severity

Comments

@kmeleta
Copy link
Contributor

kmeleta commented Oct 31, 2022

Describe the current behavior

When a light/white foreground color is selected, the sort select element in the collection filters can become unreadable

Describe the expected behavior

Option text in the select dropdown should be readable.

Version information (Dawn, browsers and operating systems)

  • Dawn Version: 7.0.0
  • Windows OS

Possible solution

This is likely caused by the background-color: transparent set on the select. We can look into explicitly setting the proper background colors on the element to achieve our intended "transparent" look, but will also need to account for gradients if possible.

@kmeleta kmeleta added Severity: 2 High Severity Category: Bug Something isn't working labels Oct 31, 2022
@kmeleta kmeleta added this to To be triaged in Dawn: Iterations Roadmap via automation Oct 31, 2022
@kmeleta kmeleta moved this from To be triaged to Bugs Icebox 🐜 in Dawn: Iterations Roadmap Oct 31, 2022
@shawnr42
Copy link

Until there's an update that fixes this, adding this to the bottom of component-facets.css will make it use the solid background colour for the collection section.

.facet-filters__sort {
  background-color: rgb(var(--color-background));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug Something isn't working Severity: 2 High Severity
Projects
Development

No branches or pull requests

2 participants