diff --git a/lms/static/images/flagged.png b/lms/static/images/flagged.png deleted file mode 100644 index ad2b0dac55..0000000000 Binary files a/lms/static/images/flagged.png and /dev/null differ diff --git a/lms/static/images/notflagged.png b/lms/static/images/notflagged.png deleted file mode 100644 index fda47d5ab5..0000000000 Binary files a/lms/static/images/notflagged.png and /dev/null differ diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 672caddd97..2894b59184 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -2692,26 +2692,24 @@ display:none; } -.notflagged .icon -{ +.notflagged .icon { display: block; float: left; margin: 3px; width: 10px; height: 14px; padding-right: 3px; - background: transparent url('../images/notflagged.png') no-repeat 0 0; + color: $gray-l2; } -.flagged .icon -{ +.flagged .icon { display: block; float: left; margin: 3px; width: 10px; height: 14px; padding-right: 3px; - background: transparent url('../images/flagged.png') no-repeat 0 0; + color: $pink; } .flagged span { diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index fcbcf1a52c..034aa4f28f 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -48,7 +48,7 @@
${'<%- body %>'}
- Report Misuse
+ Report Misuse % if course and has_permission(user, 'openclose_thread', course.id): @@ -126,7 +126,7 @@
${"<%- body %>"}
- Report Misuse
+ Report Misuse