UI: makes topic count less visible in category drop (#9938)
This commit is contained in:
parent
c5ccf5f93c
commit
8f59f155fb
|
@ -60,8 +60,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-count {
|
.topic-count {
|
||||||
margin-left: 5px;
|
margin-left: 0.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
color: $primary-medium;
|
||||||
|
}
|
||||||
|
|
||||||
|
.category-name {
|
||||||
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue