@bigfishtv/cockpit
Version:
18 lines (16 loc) • 444 B
JavaScript
/**
* @module Config/autosuggestTheme
*/
/**
* Classes to attach to react-autosuggest component for custom styling
*/
export default {
container: 'dropdown flex-1',
containerOpen: 'dropdown open',
suggestionsContainer: 'dropdown-menu dropdown-menu-block open',
section: 'dropdown-menu-section',
sectionTitle: 'dropdown-menu-title',
sectionSuggestionsContainer: '',
suggestion: 'dropdown-menu-item',
suggestionFocused: 'focused',
}