mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:18:06 +08:00
FIX: Only apply bold font on topic lists (#9396)
This commit is contained in:
parent
72a3f387f2
commit
f1b844ba88
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user