UNPKG

@syncfusion/ej2-lists

Version:

The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views.

28 lines (26 loc) 532 B
/* stylelint-disable-line no-empty-source */ .e-sortable { outline: none; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .e-sortable .e-disabled { background-image: none; cursor: default; opacity: 0.35; } .e-sortable * { -webkit-box-sizing: border-box; box-sizing: border-box; } .e-sortable *:focus { outline: none; } /* stylelint-disable */ .e-sortableclone { position: fixed !important; } /* stylelint-enable */