From e7fc5abe5b72e8ce6ed4e3d32dc4b61c65797176 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 21 May 2015 15:54:38 -0700 Subject: [PATCH] UX: larger numbers for topic summary, --- app/assets/stylesheets/desktop/topic-post.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index f6eb0235c9..09d087b962 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -361,12 +361,6 @@ a.star { } } - /* in expanded avatar view, limit to one line for now */ - .avatars.clearfix { - height: 25px; - overflow: hidden; - } - .avatar { float: left; margin-right: 4px; @@ -386,7 +380,7 @@ a.star { line-height: 20px; } .number, i { - color: $primary; + color: scale-color($primary, $lightness: 50%); } .avatar a { float: left;