Commit 4460724d authored by Phil Hughes's avatar Phil Hughes

Changed ghost to have a slight opacity

Disabled sorting in list
parent ed40b059
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
const list = this.list; const list = this.list;
let options = _.extend({ let options = _.extend({
group: 'issues', group: 'issues',
sort: false,
disabled: this.disabled, disabled: this.disabled,
onAdd: (e) => { onAdd: (e) => {
const card = e.item, const card = e.item,
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
} }
.is-ghost { .is-ghost {
opacity: 0; opacity: 0.5;
} }
.is-dragging { .is-dragging {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment