From ec7109121654bb1c17a26780d9b4a4dabd5b3dfe Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 21 Jan 2019 12:37:49 -0500 Subject: [PATCH] FIX: Don't override user flair styles in topic map --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++-- app/assets/stylesheets/desktop/topic-post.scss | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 6b183d0124e..48eff562ce7 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -479,8 +479,8 @@ aside.quote { bottom: -2px; right: 0; } - .fa { - font-size: $font-0; + .d-icon { + font-size: $font-down-2; } } .topic-avatar .poster-avatar-extra { diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 3bbfa6a3848..a605c4db5fa 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -356,16 +356,17 @@ nav.post-controls { text-align: center; } } - a, .number { - line-height: $line-height-large; + color: $primary-high; } .number, .d-icon { - color: dark-light-choose($primary-high, $secondary-low); font-size: $font-up-2; line-height: $line-height-medium; } + button .d-icon { + color: $primary-high; + } .avatar a { float: left; }