From 43f783db42b3b48cacd330ac0b3abb561cef7c54 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 4 Mar 2020 14:18:13 -0500 Subject: Removing comment node other score colors for clarity. --- ui/src/components/comment-node.tsx | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'ui/src/components/comment-node.tsx') diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 9759a13a..fba96db9 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -182,27 +182,23 @@ export class CommentNode extends Component { >
  • - + {this.state.score}
  • - - - - - {this.state.upvotes} - + + + + {this.state.upvotes}
  • - - - - - {this.state.downvotes} - + + + + {this.state.downvotes}
  • {this.props.showCommunity && ( -- cgit v1.2.3