Changed font settings to
$s2bs5-font-family: inherit !default;
We use custom font for bootstrap controls. So when use your original default value ($font-family-sans-serif) all select2 controls look different.
I think it would be much more cleaner to inherit default font from bootstrap settings. If someone want to override it it can be done by changing this variable before including this theme.
Changed font settings to
$s2bs5-font-family: inherit !default;
We use custom font for bootstrap controls. So when use your original default value (
$font-family-sans-serif
) all select2 controls look different.I think it would be much more cleaner to inherit default font from bootstrap settings. If someone want to override it it can be done by changing this variable before including this theme.