mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
ff758cea11
background is always white.
20 lines
478 B
SCSS
20 lines
478 B
SCSS
.category-combobox, .select2-drop {
|
|
.badge-category {
|
|
display: inline-block;
|
|
}
|
|
.topic-count {
|
|
font-size: 11px;
|
|
color: $primary;
|
|
display: inline-block;
|
|
}
|
|
.highlighted .topic-count, .select2-highlighted .category-desc {
|
|
color: $primary;
|
|
}
|
|
.category-desc {
|
|
/* leave this color as non-variable -- it is displayed on a white background in a dropdown */
|
|
color: #333;
|
|
margin: 6px 0 0 3px;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|