diff --git a/app/javascripts/components/gather.js b/app/javascripts/components/gather.js index ddb7582..9eb8ab1 100644 --- a/app/javascripts/components/gather.js +++ b/app/javascripts/components/gather.js @@ -703,9 +703,9 @@ const GatherMenu = exports.GatherMenu = React.createClass({ }, itemClass(gather) { - let className = ["list-group-item", "pointer"]; + let className = ["treeview"]; if (gather.type === this.props.currentGather) { - className.push("list-group-item-success"); + className.push("active"); } return className.join(" "); }, @@ -723,23 +723,23 @@ const GatherMenu = exports.GatherMenu = React.createClass({ render() { return ( -