From 853bbbbf063076b9f7f04caa9e3ceead05f414cd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 9 May 2014 08:42:07 -0700 Subject: [PATCH] suppress reply-to-tab borders --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 29ed66faf..63c687535 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -55,7 +55,7 @@ h1 .topic-statuses .topic-status i { right: 330px; z-index: 400; padding: 10px 6px 5px; - border: 1px solid scale-color($primary, $lightness: 90%); + border-top: 1px solid scale-color($primary, $lightness: 90%); font-size: 12px; background: $secondary; color: scale-color($primary, $lightness: 50%);