UX: improve select2 category picker styling

This commit is contained in:
Sam 2014-10-07 16:28:11 +11:00
parent 0378dca66f
commit 620c3b3dcd
1 changed files with 3 additions and 1 deletions

View File

@ -7,11 +7,13 @@
color: $primary;
display: inline-block;
}
.highlighted .topic-count {
.highlighted .topic-count, .select2-highlighted .category-desc {
color: $secondary;
}
.category-desc {
color: scale-color($primary, $lightness: 45%);
margin: 6px 0 0 3px;
font-size: 12px;
line-height: 16px;
}
}