UI: makes topic count less visible in category drop (#9938)

This commit is contained in:
Joffrey JAFFEUX 2020-05-30 00:32:20 +02:00 committed by GitHub
parent c5ccf5f93c
commit 8f59f155fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -60,8 +60,13 @@
}
.topic-count {
margin-left: 5px;
margin-left: 0.5em;
font-weight: normal;
color: $primary-medium;
}
.category-name {
color: $primary;
}
.badge-wrapper {