The actions are now consolidated in one location for each piece of content. Primary actions (vote, follow, endorse, mark as answer) are buttons, and secondary actions (pin, edit, delete, report, close) are in a menu. This also includes improved front-end error handling for the actions and significant test cleanup. Co-authored-by: jsa <jsa@edx.org> Co-authored-by: marco <marcotuts@gmail.com> Co-authored-by: Frances Botsford <frances@edx.org> Co-authored-by: Brian Talbot <btalbot@edx.org>
9 lines
268 B
SCSS
9 lines
268 B
SCSS
$forum-color-active-thread: tint($blue, 85%);
|
|
$forum-color-pinned: $pink;
|
|
$forum-color-reported: $pink;
|
|
$forum-color-closed: $black;
|
|
$forum-color-following: $blue;
|
|
$forum-color-staff: $blue;
|
|
$forum-color-community-ta: $green-d1;
|
|
$forum-color-marked-answer: $green-d1;
|