office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
5 lines • 781 B
JavaScript
/* eslint-disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".suggestionsContainer_a6f0007f{overflow-y:auto;overflow-x:hidden;max-height:300px}.suggestionsContainer_a6f0007f .ms-Suggestion-item:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";cursor:pointer}.suggestionsContainer_a6f0007f .is-suggested{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.suggestionsContainer_a6f0007f .is-suggested:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}" }]);
export var suggestionsContainer = "suggestionsContainer_a6f0007f";
//# sourceMappingURL=SuggestionsCore.scss.js.map