From bdcb0e1efd93b54f2ee0e0701747d2b40fa3a4ae Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Tue, 19 Mar 2019 15:43:56 +0200 Subject: [PATCH] UX: Set color to gray for old post notices. --- app/assets/stylesheets/common/base/topic-post.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 89882521a7d..833ea340363 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -874,6 +874,11 @@ a.mention-group { &.old { background-color: unset; + color: $primary-medium; + + .d-icon { + color: $primary-medium; + } } p {