optgroup_columns.less 308 B

1234567891011121314151617
  1. .selectize-dropdown.plugin-optgroup_columns {
  2. .optgroup {
  3. border-right: 1px solid #f2f2f2;
  4. border-top: 0 none;
  5. float: left;
  6. .selectize-box-sizing(border-box);
  7. }
  8. .optgroup:last-child {
  9. border-right: 0 none;
  10. }
  11. .optgroup:before {
  12. display: none;
  13. }
  14. .optgroup-header {
  15. border-top: 0 none;
  16. }
  17. }