berkanakyurek / select2-bootstrap4-theme

A theme for Select2 v4 and Bootstrap 4
https://berkan52.github.io/select2-bootstrap4-theme/
MIT License
91 stars 41 forks source link

Use Bootstrap dropdown background color #23

Closed agius closed 4 years ago

agius commented 5 years ago

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:

Screen Shot 2019-11-26 at 10 16 17 AM

This change brings the dropdown colors in line with Bootstrap's dropdown theme:

Screen Shot 2019-11-26 at 10 53 33 AM

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!