Skip to content

Commit

Permalink
Change css to have sortable options only have move css hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Aug 22, 2015
1 parent a1b1bc8 commit 49bc76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.tree-multiselect.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jquery.tree-multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ div.tree-multiselect > div.selected > div.item {
background: #EAEAEA;
}

div.tree-multiselect > div.selected > div.item:hover {
div.tree-multiselect > div.selected > div.item.ui-sortable-handle:hover {
cursor: move;
}

Expand Down

0 comments on commit 49bc76a

Please sign in to comment.