UX: Seeing black hearts make me sad.

This commit is contained in:
Guo Xiang Tan 2015-06-12 23:27:59 +08:00
parent 34a0389ff3
commit eb97fb6ee7
4 changed files with 11 additions and 6 deletions

View file

@ -9,3 +9,5 @@
@import "common/input_tip";
@import "common/topic-entrance";
@import "common/base/*";
.fa-heart:before { color: $love; }

View file

@ -46,7 +46,6 @@
width: 13%;
i.fa-heart {
color: $love;
margin-right: 0.5em;
}
i.fa-chevron-down, i.fa-chevron-up {

View file

@ -160,8 +160,16 @@ nav.post-controls {
color: $secondary;
}
&.like {
i.fa-heart:before {
color: scale-color($primary, $lightness: 60%);
}
}
&.like:hover {
color: $love;
i.fa-heart:before {
color: $love;
}
background: dark-light-diff($love, $secondary, 85%, -60%)
}

View file

@ -40,10 +40,6 @@
margin-left: 0.2em;
color: dark-light-diff($primary, $secondary, 50%, -50%);
}
i.fa-heart {
color: $love;
}
}
margin-bottom: 1em;
}