From 3c11c5dcdc18fe82e890b843c2e1694bfe2c20cb Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 29 May 2020 22:05:58 -0400 Subject: [PATCH] show-replies styles were lost with some menu changes --- .../stylesheets/desktop/topic-post.scss | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 8a395b53013..3d5f0017dcd 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -149,23 +149,7 @@ nav.post-controls { margin-right: 5px; transition: all linear 0.15s; } - .show-replies { - margin-left: -10px; - font-size: inherit; - span.badge-posts { - color: dark-light-choose($primary-medium, $secondary-high); - } - &:hover { - background: $primary-low; - span.badge-posts { - color: $primary; - } - } - .d-icon { - margin-left: 5px; - font-size: $font-down-1; - } - } + button.create { margin-right: 0; color: dark-light-choose($primary-high, $secondary-low); @@ -215,6 +199,22 @@ nav.post-controls { } } } + + .show-replies { + font-size: $font-up-1; + margin-left: -10px; + font-size: inherit; + padding: 10px; + color: $primary-medium; + &:hover { + color: $primary; + background: $primary-low; + } + .d-icon { + margin-left: 5px; + font-size: $font-down-1; + } + } } pre.copy-codeblocks .copy-cmd:not(.copied) {