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 { 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%)); -}