mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add bold back to post count in topic lists
This commit is contained in:
parent
6527a50052
commit
94c5bd3fc0
@ -201,6 +201,9 @@
|
|||||||
a:not(.badge-posts) {
|
a:not(.badge-posts) {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
a.badge-posts {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sortable {
|
.sortable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user