From c712b0f4b8d4f37fac98b48fae13052772642a69 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 21 Jul 2014 23:52:26 -0700 Subject: [PATCH] add dimmed style to base for flagged/hidden posts --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++++ app/assets/stylesheets/desktop/topic-post.scss | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 529ec063f59..aee2b2a21ca 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -54,3 +54,7 @@ aside.quote { margin-left: 5px; } } + +.post-hidden { + opacity: 0.5; +} \ No newline at end of file diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 364646a5785..58db1f6b9b1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -583,10 +583,6 @@ text-overflow: ellipsis; } } -.post-hidden { - opacity: 0.5; -} - .moderator { .topic-body { background-color: scale-color($highlight, $lightness: 75%);