mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Move likes into drop down instead of its own status line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user