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
Choices looks perfect, I just want to keep border radius (upper left corner and upper right corner) when dropdown is opened.
This is closed:
This is opened:
I would like on upper corners to keep border radious when dropdown is opened:
Thanks for any hint, how to do this.
The text was updated successfully, but these errors were encountered:
You can check out the examples for an example like that: https://choices-js.github.io/Choices/ –– in short what you need to do:
/* default border-radius */ .choices__inner { border-radius: ... } /* reset bottom border-radius if open */ .choices.is-open .choices__inner { border-bottom-right-radius: unset; border-bottom-left-radius: unset; }
Hope that helps!
Sorry, something went wrong.
No branches or pull requests
Choices looks perfect, I just want to keep border radius (upper left corner and upper right corner) when dropdown is opened.
This is closed:
This is opened:
I would like on upper corners to keep border radious when dropdown is opened:
Thanks for any hint, how to do this.
The text was updated successfully, but these errors were encountered: