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

Commit

Permalink
amend css to improve reliability of sortable index finding
Browse files Browse the repository at this point in the history
  • Loading branch information
homerjam committed May 7, 2015
1 parent 879dd00 commit e09ff2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ body > .ui-select-bootstrap.open {
position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
content: "";
position: absolute;
top: 0;
Expand All @@ -161,7 +165,7 @@ body > .ui-select-bootstrap.open {
border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
content: "";
position: absolute;
top: 0;
Expand Down

0 comments on commit e09ff2c

Please # to comment.