mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: Desktop/mobile heatmap colors should be the same
This commit is contained in:
parent
508a8e29ab
commit
e7b732ad95
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user