We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in #128 we need to be able to identify which filters are selected and style them accordingly;
There is no CSS class namespace to distinguish which filters are selected or not.
Add a modifier CSS class namespace to .filterItem something like .filterItem--selected.
.filterItem
.filterItem--selected
The text was updated successfully, but these errors were encountered:
Hi @saviofelixmuniz can you please provide some feedback explaining why it's marked as blocked 😢?
blocked 😢
Sorry, something went wrong.
Hi @juliomoreira we are checking on our side. We'll give some feedback in a couple of hours.
We will tackle this next week.
Closed by: vtex-apps/search-result#197
please take a look at the filterItem--selected class
No branches or pull requests
Expected Behavior
As mentioned in #128 we need to be able to identify which filters are selected and style them accordingly;
Current Behavior
There is no CSS class namespace to distinguish which filters are selected or not.
Possible Solution
Add a modifier CSS class namespace to
.filterItem
something like.filterItem--selected
.Screenshot
The text was updated successfully, but these errors were encountered: