From d16a4b895f7c5184284fbd1076e9b307a6e6be35 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 7 Dec 2018 13:35:57 -0500 Subject: [PATCH] only dim categories, not all topic stats per 547eaa6 --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index ef9421a854c..a55d1e0c493 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -50,7 +50,7 @@ a.title:not(.badge-notification) { color: $primary-medium; } - .link-bottom-line { + a.badge-wrapper { opacity: 0.6; } } diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 6bc1abf8e57..b706e4b516e 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -208,7 +208,7 @@ } } - .visited .topic-item-stats { + .visited .topic-item-stats .category { opacity: 0.6; }