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

Fixed sort filter entries text color #904

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

fkloes
Copy link
Collaborator

@fkloes fkloes commented Jan 27, 2020

Description

This ticket fixes a styling bug of the sort filter entries. When other filters where selected, the entries of the sort dropdown where not readable anymore, since their text color was white.

The bug was caused by a refactoring of the SelectBoxItem component where a button element was transformed into an li. Other than buttons li elements inherit the color of their parent elements which is white in the described situation.

Type of change

  • Bug Fix 🐛 (non-breaking change which fixes an issue)
  • Enhancement 🚀 (non-breaking change which adds functionality)
  • Breaking Change 💥 (fix or feature that would cause existing functionality to not work as expected)
  • Polish 💅 (Just some cleanups)
  • Internal 🏠 Only relates to internal processes.

How to test it

Configure a filter for a category or search results and open the sort order drop down. The text should be readable again.

@fkloes fkloes added the bug Something isn't working label Jan 27, 2020
@fkloes fkloes self-assigned this Jan 27, 2020
@alexbridge alexbridge merged commit 84e1ea7 into v6.11.0 Jan 27, 2020
@alexbridge alexbridge deleted the PWA-2420-filters-white-font-on-white-background branch January 27, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants