Conversation
|
What does this change have to do with the selection color? |
|
Those selectors have styling changes applied for autocomplete dropdown, making it look like the rest of bootstrap flatly themed elements. There's no less or scss in https://github.com/bootstrap-tagsinput/bootstrap-tagsinput/tree/master/src that could read of flatly variables file. |
|
Classes are controlled by typeahead, not by tagsinpt, so I need to follow https://github.com/corejavascript/typeahead.js/blob/master/doc/jquery_typeahead.md#class-names and configure proper classes here. |
We use flatly theme for bootstrap while bootstrap-tagsinput bundles a css file that follow vanilla style, create a less version and use it instead of the css one bundles with bootstrap-tagsinput. typeahead.js allows to customize class names used for UI elements, but bootstrap-tagsinput doesn't support passing that and is no longer maintained, so we need to follow default typeahead.js classes.
|
Reworked to use a less style file that imports from bootstrap, see commit for details. |
Selector is too wide and doesn't action, add
divto make it work again.