diff --git a/lms/static/images/pinned.png b/lms/static/images/pinned.png deleted file mode 100644 index e70df7f9db..0000000000 Binary files a/lms/static/images/pinned.png and /dev/null differ diff --git a/lms/static/images/unpinned.png b/lms/static/images/unpinned.png deleted file mode 100644 index a5f5f02894..0000000000 Binary files a/lms/static/images/unpinned.png and /dev/null differ diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 2894b59184..aa55e9e3fc 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -2645,7 +2645,7 @@ body.discussion { width: 10px; height: 14px; padding-right: 3px; - background: transparent url('../images/unpinned.png') no-repeat 0 0; + color: $gray-l2; } .pinned .icon { @@ -2655,7 +2655,7 @@ body.discussion { width: 10px; height: 14px; padding-right: 3px; - background: transparent url('../images/pinned.png') no-repeat 0 0; + color: $pink; } .pinned span { diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 034aa4f28f..8dfce3e63b 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -53,12 +53,12 @@ % if course and has_permission(user, 'openclose_thread', course.id):