mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
UX: improve select2 category picker styling
This commit is contained in:
parent
0378dca66f
commit
620c3b3dcd
1 changed files with 3 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
||||||
color: $primary;
|
color: $primary;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.highlighted .topic-count {
|
.highlighted .topic-count, .select2-highlighted .category-desc {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
.category-desc {
|
.category-desc {
|
||||||
|
color: scale-color($primary, $lightness: 45%);
|
||||||
margin: 6px 0 0 3px;
|
margin: 6px 0 0 3px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue