vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-14.0.93 vs vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-14.0.94
- old
+ new
@@ -33,8 +33,14 @@
}
&.hidden { display: none; }
&.selectpicker-fuzzy { padding: 10px 10px 5px; }
&.bsListEmpty { padding: 16px 20px; }
+ &.optgroup {
+ background: color(light-haze);
+ font-size: text-size(xs);
+ font-weight: text-weight(semibold);
+ padding: 5px 10px;
+ }
}
}
}