Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e09ff2c

Browse files
committed
amend css to improve reliability of sortable index finding
1 parent 879dd00 commit e09ff2c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: src/common.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@ body > .ui-select-bootstrap.open {
151151
position: relative;
152152
}
153153

154-
.ui-select-multiple .ui-select-match-item.dropping-before:before {
154+
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
155+
pointer-events: none;
156+
}
157+
158+
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
155159
content: "";
156160
position: absolute;
157161
top: 0;
@@ -161,7 +165,7 @@ body > .ui-select-bootstrap.open {
161165
border-left: 1px solid #428bca;
162166
}
163167

164-
.ui-select-multiple .ui-select-match-item.dropping-after:after {
168+
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
165169
content: "";
166170
position: absolute;
167171
top: 0;

0 commit comments

Comments
 (0)