vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-15.1.6 vs vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-16.0.0
- old
+ new
@@ -34,11 +34,11 @@
&.hidden { display: none; }
&.selectpicker-fuzzy { padding: 10px 10px 5px; }
&.bsListEmpty { padding: 16px 20px; }
&.optgroup {
- background: color(light-black);
- color: color(white);
+ background: color(light-slate);
+ color: color(light-haze);
font-size: text-size(xs);
font-weight: text-weight(semibold);
padding: 5px 10px;
}
}