From 820544c1c4fd03572ff3df80e1c0cf283e82d4e8 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 22 Jul 2013 15:36:44 -0400 Subject: [PATCH] pin and flag icons using fontawesome now render properly through inline discussions --- lms/static/sass/_discussion.scss | 4 +--- .../discussion/mustache/_inline_thread_show.mustache | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 439e57344e..2a484d2db4 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -727,7 +727,7 @@ body.discussion { display: block; position: absolute; padding: 15px 23px; - color: $gray-l1; + color: $gray; font-size: 28px; z-index: 100; opacity: 1; @@ -2659,8 +2659,6 @@ body.discussion { .notpinned span { color: #888; font-style: italic; - //cursor change is here since pins are read-only for inline discussions. - cursor: default; } .pinned-false diff --git a/lms/templates/discussion/mustache/_inline_thread_show.mustache b/lms/templates/discussion/mustache/_inline_thread_show.mustache index c704316afe..dda4a7bb6d 100644 --- a/lms/templates/discussion/mustache/_inline_thread_show.mustache +++ b/lms/templates/discussion/mustache/_inline_thread_show.mustache @@ -4,10 +4,10 @@ + {{votes.up_count}}

{{title}}

- Flagged
+ Flagged
- Pinned
+ Pinned

{{#user}}