Merge pull request #4786 from jomaxro/patch-1

Move watching-first-post scss to from user to notification option
This commit is contained in:
Guo Xiang Tan 2017-03-31 09:46:39 +08:00 committed by GitHub
commit d9439e9d61
2 changed files with 1 additions and 5 deletions

View File

@ -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 {

View File

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