FIX: Desktop/mobile heatmap colors should be the same

This commit is contained in:
Kris 2018-02-05 21:36:35 -05:00
parent 508a8e29ab
commit e7b732ad95
3 changed files with 4 additions and 13 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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