From 495c11e633e7bdcd2f19cb15a4e8c8ea2e30ea01 Mon Sep 17 00:00:00 2001 From: jomaxro Date: Thu, 30 Mar 2017 18:33:24 -0400 Subject: [PATCH] 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%)); -}