From 25b2e75dc664bfb80470713331c33c88e726dcf5 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 16 Jul 2015 15:25:28 -0400 Subject: Added function to reply to earlier messages by prefixing a message with carets --- web/sass-files/sass/partials/_post.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 481ed63a5..87c7a427c 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -322,6 +322,10 @@ body.ios { max-width: 100%; @include legacy-pie-clearfix; } + &.active-thread__content { + // HARRISON remove me + color: blue; + } } .post-image__columns { @include legacy-pie-clearfix; @@ -437,4 +441,4 @@ body.ios { width: 40px; } } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22 From 141d928d3c74621c277cc118c49e5b0f845e4691 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 17 Jul 2015 09:34:35 -0400 Subject: Changed the placeholder highlight for active thread to be more subtle --- web/sass-files/sass/partials/_post.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 87c7a427c..c8f259c11 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -323,8 +323,10 @@ body.ios { @include legacy-pie-clearfix; } &.active-thread__content { - // HARRISON remove me - color: blue; + // this still needs a final style applied to it + & .post-body { + font-weight: bold; + } } } .post-image__columns { -- cgit v1.2.3-1-g7c22