UX: make own post heart glyph grey

This commit is contained in:
Arpit Jalan 2018-03-30 10:35:54 +05:30
parent fe17ee6924
commit bf41010ac3
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ nav.post-controls {
font-size: $font-up-1;
i.fa-heart {
padding-left: 5px;
color: $love;
color: dark-light-choose($primary-low-mid, $secondary-high);
}
&.my-likes {
margin-right: -2px;

View File

@ -66,7 +66,7 @@ span.badge-posts {
padding: 8px 4px;
i.fa-heart {
padding-left: 5px;
color: $love;
color: dark-light-choose($primary-low-mid, $secondary-high);
}
&.my-likes {
margin-right: 5px;