From d053ad07fb66b95df7f9b75c89c2993781385501 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 10 Jul 2014 00:47:25 -0700 Subject: [PATCH] we don't want danger color on mobile category --- app/assets/stylesheets/common/base/_topic-list.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index bbcc3ba71dc..dcac261aefc 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -31,11 +31,6 @@ vertical-align: top; margin-top: 2px; } - &.category-description { - td { - color: $danger; - } - } &.highlighted { background-color: scale-color($tertiary, $lightness: 85%); }