FIX: Text in select2 dropdowns should not be variable since the

background is always white.
This commit is contained in:
Robin Ward 2014-12-10 10:25:35 -05:00
parent 6027073547
commit ff758cea11
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
color: $primary;
}
.category-desc {
color: scale-color($primary, $lightness: 45%);
/* 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;