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
This select2 theme ignores Bootstrap theme customizations such as background color, making the selected item text invisible.
The text was updated successfully, but these errors were encountered:
I observe the same https://jsfiddle.net/2r3mp640/
Sorry, something went wrong.
Any solution?
I ran across this and just needed to add a bit of css:
.select2-results { color: #444 !important; } .select2-results__option[aria-selected="true"] { background-color: rgb(231, 76, 60, .8) !important; }
No branches or pull requests
This select2 theme ignores Bootstrap theme customizations such as background color, making the selected item text invisible.
The text was updated successfully, but these errors were encountered: