mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
manually revert heart color change
This commit is contained in:
parent
57b85f2dc8
commit
00db0d878f
@ -9,5 +9,3 @@
|
||||
@import "common/input_tip";
|
||||
@import "common/topic-entrance";
|
||||
@import "common/base/*";
|
||||
|
||||
.fa-heart:before { color: $love; }
|
||||
|
@ -46,6 +46,7 @@
|
||||
|
||||
width: 13%;
|
||||
i.fa-heart {
|
||||
color: $love;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
i.fa-chevron-down, i.fa-chevron-up {
|
||||
|
@ -177,16 +177,8 @@ nav.post-controls {
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
&.like {
|
||||
i.fa-heart:before {
|
||||
color: scale-color($primary, $lightness: 60%);
|
||||
}
|
||||
}
|
||||
|
||||
&.like:hover {
|
||||
i.fa-heart:before {
|
||||
color: $love;
|
||||
}
|
||||
color: $love;
|
||||
background: dark-light-diff($love, $secondary, 85%, -60%)
|
||||
}
|
||||
|
||||
|
@ -40,6 +40,9 @@
|
||||
margin-left: 0.2em;
|
||||
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
||||
}
|
||||
i.fa-heart {
|
||||
color: $love;
|
||||
}
|
||||
}
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user