Merge pull request #4786 from jomaxro/patch-1
Move watching-first-post scss to from user to notification option
This commit is contained in:
commit
d9439e9d61
|
@ -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 {
|
||||
|
|
|
@ -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%));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue