Skip to content

Commit

Permalink
CSS cursor now is always 'grab' even if new items are added
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Aug 23, 2015
1 parent 0d9a9b8 commit fa25648
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 jquery.tree-multiselect.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.tree-multiselect.js",
"version": "1.12.0",
"version": "1.12.1",
"description": "jQuery multiple select with nested options",
"main": "jquery.tree-multiselect.min.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.tree-multiselect.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jQuery Tree Multiselect
* v1.12.0
* v1.12.1
*
* (c) Patrick Tsai
* MIT Licensed
Expand Down Expand Up @@ -74,7 +74,7 @@ div.tree-multiselect > div.selected > div.item {
background: #EAEAEA;
}

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

Expand Down
2 changes: 1 addition & 1 deletion src/jquery.tree-multiselect.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jQuery Tree Multiselect
* v1.12.0
* v1.12.1
*
* (c) Patrick Tsai
* MIT Licensed
Expand Down

0 comments on commit fa25648

Please sign in to comment.