Merge pull request #2674 from 0xF013/sortable-and-accessible-ui-select
19025 Sortable and accessible ui selectpull/2757/head
commit
d386c593fe
@ -0,0 +1,7 @@ |
|||||||
|
// keep this rule if you want ui-select drag-n-drop to work properly |
||||||
|
.ui-select-match .ui-select-match-item * |
||||||
|
pointer-events: none |
||||||
|
|
||||||
|
// I think this rule should be global |
||||||
|
.select2-display-none |
||||||
|
display: none |
Loading…
Reference in new issue