From 6fb255957c82601510a3e5afe20861c8f0b69f91 Mon Sep 17 00:00:00 2001 From: jomaxro <jomaxro@gmail.com> Date: Thu, 30 Mar 2017 18:37:51 -0400 Subject: [PATCH] Move watching-first-post to notification-options Also remove extra classes from scss, made targeting watching-first-post different from all other notification states --- app/assets/stylesheets/common/base/notification-options.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/notification-options.scss b/app/assets/stylesheets/common/base/notification-options.scss index 745f0aa6501..1e560fadf88 100644 --- a/app/assets/stylesheets/common/base/notification-options.scss +++ b/app/assets/stylesheets/common/base/notification-options.scss @@ -1,4 +1,4 @@ -.fa.muted { +.fa.muted, .fa.watching-first-post { color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%)); } .fa.tracking, .fa.watching {