Previously the dropdown did not have an explicit background color set, so it defaulted to the body background color from Select2, which is #fff . If you were using a dark theme such as bootswatch/darkly , it would not match the theme backgrounds.
Example:
This change brings the dropdown colors in line with Bootstrap's dropdown theme:
Not sure if I should update what's in dist/ in this PR. Also I couldn't get npm test to run. Any advice? Thanks!
Previously the dropdown did not have an explicit background color set, so it defaulted to the
body
background color from Select2, which is#fff
. If you were using a dark theme such as bootswatch/darkly , it would not match the theme backgrounds.Example:
This change brings the dropdown colors in line with Bootstrap's dropdown theme:
Not sure if I should update what's in
dist/
in this PR. Also I couldn't getnpm test
to run. Any advice? Thanks!