UX: Move likes into drop down instead of its own status line

This commit is contained in:
Robin Ward
2015-07-03 14:57:07 -04:00
parent 5cb8f3bce5
commit db75774440
20 changed files with 306 additions and 238 deletions

View File

@@ -27,6 +27,21 @@ span.badge-posts {
display: none;
}
.show-likes {
margin-left: 0;
padding-left: 0;
padding-right: 0;
font-size: inherit;
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
&:hover {
background: dark-light-diff($primary, $secondary, 90%, -65%);
span.badge-posts {color: $primary;}
}
i {
display: none;
}
}
nav.post-controls {
clear: both;
}