FIX: Only apply bold font on topic lists (#9396)

This commit is contained in:
Kane York 2020-04-14 23:14:53 -07:00 committed by GitHub
parent 72a3f387f2
commit f1b844ba88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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