From 94b5b24d884b6763a29c1ad6da40c23534a3f31a Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 21 Oct 2013 00:41:16 -0400 Subject: [PATCH] gutter links shouldn't fade, fixed --- app/assets/stylesheets/desktop/topic-post.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 9e2df5c115a..3150b8fdf5b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -40,8 +40,7 @@ html {background-color: #fff;} } .gutter { - .reply-new, - .track-link { + .reply-new { opacity:0; transition: linear 1s; -webkit-transition: linear 1s;