From: Dessalines Date: Wed, 4 Mar 2020 19:18:13 +0000 (-0500) Subject: Removing comment node other score colors for clarity. X-Git-Url: http://these/git/?a=commitdiff_plain;h=43f783db42b3b48cacd330ac0b3abb561cef7c54;p=lemmy.git Removing comment node other score colors for clarity. --- 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 && (