mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
hint support for typeahead
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user