mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Only apply bold font on topic lists (#9396)
This commit is contained in:
@@ -213,7 +213,6 @@
|
||||
.heatmap-high,
|
||||
.heatmap-high a {
|
||||
color: #ec7213 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.heatmap-med,
|
||||
.heatmap-med a {
|
||||
@@ -224,6 +223,10 @@
|
||||
color: #93704a !important;
|
||||
}
|
||||
|
||||
.topic-list .heatmap-high {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.loading .topic-list {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user