diff --git a/app/assets/javascripts/discourse/templates/post.hbs b/app/assets/javascripts/discourse/templates/post.hbs index bf60358f183..8bb99ee0161 100644 --- a/app/assets/javascripts/discourse/templates/post.hbs +++ b/app/assets/javascripts/discourse/templates/post.hbs @@ -69,7 +69,7 @@ -
+
{{{cooked}}}
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e0209023354..a08e4297fc1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -300,14 +300,6 @@ nav.post-controls { .arrow {color: scale-color($primary, $lightness: 50%);} } -.bottom-round nav.post-controls .show-replies { - background: scale-color-diff(); - margin-bottom: 0; - padding-bottom: 8px; - &:hover {background: scale-color-diff(); - } -} - .post-action { .relative-date { margin-left: 5px;