From 495c11e633e7bdcd2f19cb15a4e8c8ea2e30ea01 Mon Sep 17 00:00:00 2001 From: jomaxro Date: Thu, 30 Mar 2017 18:33:24 -0400 Subject: [PATCH 1/2] Remove watching-first-post from user SCSS Move to notification-options.scss --- app/assets/stylesheets/common/base/user.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 7ff8c838692..6c7fbfbb518 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -297,7 +297,3 @@ and (max-width : 600px) { border: none; } } - -.user-preferences .watching-first-post.fa-dot-circle-o { - color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); -} From 6fb255957c82601510a3e5afe20861c8f0b69f91 Mon Sep 17 00:00:00 2001 From: jomaxro Date: Thu, 30 Mar 2017 18:37:51 -0400 Subject: [PATCH 2/2] 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 {