Daniel

Results 1 comments of Daniel

I fixed this by overwriting the `active` class configured in `selectize.less`. ``` .selectize-input { .selectize-control.multi & > div { &.active { background: $my-background-color; color: $my-text-color; border: none; } } }...