discourse/app/assets/stylesheets/common/base/combobox.scss

21 lines
481 B
SCSS
Raw Normal View History

2014-05-28 12:12:31 -04:00
.category-combobox, .select2-drop {
2013-09-05 15:37:07 -04:00
.badge-category {
display: inline-block;
}
.topic-count {
font-size: 11px;
color: $primary;
2013-09-05 15:37:07 -04:00
display: inline-block;
}
.highlighted .topic-count, .select2-highlighted .category-desc {
color: $primary;
2013-09-05 15:37:07 -04:00
}
.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: 0.857em;
line-height: 16px;
2013-09-05 15:37:07 -04:00
}
}