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 @@
const list = this.list;
let options = _.extend({
group: 'issues',
sort: false,
disabled: this.disabled,
onAdd: (e) => {
const card = e.item,
......
......@@ -240,7 +240,7 @@
}
.is-ghost {
opacity: 0;
opacity: 0.5;
}
.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