2 "active" and "inactive" colors are too similar for a toggle switch
3 in the default bootstrap theme.
9 .btn-group.toggle-persist .btn {
12 .btn-group.toggle-persist .btn-info {
13 background-color: lighten($inactive-bg, 15%);
16 .btn-group.toggle-persist .btn-info.active {
17 background-color: $active-bg;