1
0
Fork 0
mirror of synced 2025-04-06 22:53:35 +03:00
select2/src/scss
Kevin Brown 7f17291932 Fix support for deep nesting
While deep nesting will not work on a standard `<select>`, we can
emulate it through data objects still, and just handle the display
of the data in the results.

This also means that the horrific deep-nested CSS is back to handle
the padding. I hope that will get fixed over time.

This also fixes one of the performance issues with adding array
data, as options are added at the very end instead of one by one.
2015-01-09 20:50:06 -05:00
..
mixins Started work on the classic theme 2014-11-19 14:26:52 -05:00
theme Fix support for deep nesting 2015-01-09 20:50:06 -05:00
_dropdown.scss Add minimumResultsForSearch 2014-12-10 18:46:05 -05:00
_multiple.scss Switch the multiple selection container 2014-11-24 18:30:58 -05:00
_single.scss Added RTL support to Select2 2014-12-17 22:08:58 -05:00
core.scss Fixed SASS error 2015-01-06 17:54:33 -05:00