hint support for typeahead

This commit is contained in:
David Kaltschmidt
2018-06-12 17:12:03 +02:00
parent 2ebda4bf4d
commit 73ddf2c3ed
2 changed files with 10 additions and 2 deletions

View File

@@ -67,6 +67,11 @@
.typeahead-item__selected {
background-color: $typeahead-selected-bg;
color: $typeahead-selected-color;
.typeahead-item-hint {
font-size: $font-size-xs;
color: $text-color;
}
}
}