From 04f97d4f512367bc78ebe0dbaefb0bc560a20ec6 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Mon, 5 Jul 2021 16:00:50 +0800 Subject: [PATCH] UX: Remove top border on small action after last visit line. (#13633) Follow-up to 37b8ce79c99f4e8dd1c5aee0d3dd8cfe1ef4249b --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 5e23116fc3d..0422dc6f895 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -1043,6 +1043,10 @@ a.mention-group { font-size: $font-down-1; padding: 0 8px; } + + + .small-action { + border-top: none; + } } // Select posts