mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add topic counts to category selector
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
.category-combobox {
|
||||
.topic-count {
|
||||
font-size: 11px;
|
||||
color: #666;
|
||||
}
|
||||
.highlighted .topic-count {
|
||||
color: white;
|
||||
}
|
||||
.category-desc {
|
||||
margin: 6px 0px 0px 3px;
|
||||
font-size: 12px;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.badge-category {
|
||||
h1 > .badge-category {
|
||||
margin-top: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user