Skip to content

Commit

Permalink
UX: Remove top border on small action after last visit line. (#13633)
Browse files Browse the repository at this point in the history
Follow-up to 37b8ce7
  • Loading branch information
tgxworld committed Jul 5, 2021
1 parent 37b8ce7 commit 04f97d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/common/base/topic-post.scss
Expand Up @@ -1043,6 +1043,10 @@ a.mention-group {
font-size: $font-down-1;
padding: 0 8px;
}

+ .small-action {
border-top: none;
}
}

// Select posts
Expand Down

0 comments on commit 04f97d4

Please sign in to comment.