From 2531e4e3a16ddc2e23b033ef22500d9fe094626a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 May 2014 21:29:35 -0700 Subject: [PATCH] old legacy css rule, not needed --- app/assets/stylesheets/desktop/topic-post.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index b0010d65f36..a63edc1bc0d 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -783,11 +783,6 @@ blockquote { /* solo quotes */ } } -.bottom-round.contents.regular { - -webkit-transition: background-color .25s linear; - transition: background-color .25s linear; -} - .posts-wrapper { position: relative; }