From e7b732ad95079cb74124052dfdd6115ba93f1e8b Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 5 Feb 2018 21:36:35 -0500 Subject: [PATCH] FIX: Desktop/mobile heatmap colors should be the same --- app/assets/stylesheets/common/base/_topic-list.scss | 4 ++++ app/assets/stylesheets/desktop/topic.scss | 9 --------- app/assets/stylesheets/mobile/topic.scss | 4 ---- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index b35977b652a..19e372f95c8 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -155,6 +155,10 @@ } +.heatmap-high, .heatmap-high a {color: #fe7a15 !important;} +.heatmap-med, .heatmap-med a {color: #cf7721 !important;} +.heatmap-low, .heatmap-low a {color: #9b764f !important;} + .topic-list.categories { .category .badge-notification { diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 0d6db3227a5..b4d33b09580 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -179,15 +179,6 @@ } } -.heatmap-high {color: #fe7a15 !important;} -.heatmap-med {color: #cf7721 !important;} -.heatmap-low {color: #9b764f !important;} -.heatmap-high a {color: #fe7a15 !important;} -.heatmap-med a {color: #cf7721 !important;} -.heatmap-low a {color: #9b764f !important;} - - - #topic-filter { background-color: $highlight-medium; padding: 8px; diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 58a0ece362f..dafbfd69e5d 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -172,10 +172,6 @@ .topic-post:last-of-type {padding-bottom: 40px;} -.heatmap-high {color: $danger !important;} -.heatmap-med {color: $danger-medium !important;} -.heatmap-low {color: $danger-low !important;} - sup sup, sub sup, sup sub, sub sub { top: 0; } // inline editing of title on mobile