fix: #10981, use fa-chevron-circle-up (and down) on upvoted and downvoted

main
Julian Lam 2 years ago
parent 349501a39d
commit 23f5c4344d

@ -163,14 +163,14 @@
} }
} }
[component="post/upvote"].upvoted { [component="post/upvote"].upvoted i::before {
border-radius: 3px; content: @fa-var-chevron-circle-up;
border: 1px solid @brand-success; color: @brand-primary;
} }
[component="post/downvote"].downvoted { [component="post/downvote"].downvoted i::before {
border-radius: 3px; content: @fa-var-chevron-circle-down;
border: 1px solid @brand-warning; color: @brand-primary;
} }
[component="post/vote-count"] { [component="post/vote-count"] {

Loading…
Cancel
Save