@fluentui/react
Version:
Reusable React components for building web experiences.
11 lines • 2.79 kB
JavaScript
/* eslint-disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_a74e5986{min-width:260px}.actionButton_a74e5986{background:0 0;background-color:transparent;border:0;cursor:pointer;margin:0;padding:0;position:relative;width:100%;font-size:12px}html[dir=ltr] .actionButton_a74e5986{text-align:left}html[dir=rtl] .actionButton_a74e5986{text-align:right}.actionButton_a74e5986:hover{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f3f2f1" }, { "rawString": ";cursor:pointer}.actionButton_a74e5986:active,.actionButton_a74e5986:focus{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.actionButton_a74e5986 .ms-Button-icon{font-size:16px;width:25px}.actionButton_a74e5986 .ms-Button-label{margin:0 4px 0 9px}html[dir=rtl] .actionButton_a74e5986 .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_a74e5986{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.buttonSelected_a74e5986:hover{background-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";cursor:pointer}@media screen and (-ms-high-contrast:active){.buttonSelected_a74e5986:hover{background-color:Highlight;color:HighlightText}}@media screen and (-ms-high-contrast:active){.buttonSelected_a74e5986{background-color:Highlight;color:HighlightText;-ms-high-contrast-adjust:none}}.suggestionsTitle_a74e5986{font-size:12px}.suggestionsSpinner_a74e5986{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir=ltr] .suggestionsSpinner_a74e5986{padding-left:14px}html[dir=rtl] .suggestionsSpinner_a74e5986{padding-right:14px}html[dir=ltr] .suggestionsSpinner_a74e5986{text-align:left}html[dir=rtl] .suggestionsSpinner_a74e5986{text-align:right}.suggestionsSpinner_a74e5986 .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_a74e5986 .ms-Spinner-label{display:inline-block;margin:0 10px 0 16px;vertical-align:middle}html[dir=rtl] .suggestionsSpinner_a74e5986 .ms-Spinner-label{margin:0 16px 0 10px}.itemButton_a74e5986{height:100%;width:100%;padding:7px 12px}@media screen and (-ms-high-contrast:active){.itemButton_a74e5986{color:WindowText}}.screenReaderOnly_a74e5986{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}" }]);
export var root = "root_a74e5986";
export var actionButton = "actionButton_a74e5986";
export var buttonSelected = "buttonSelected_a74e5986";
export var suggestionsTitle = "suggestionsTitle_a74e5986";
export var suggestionsSpinner = "suggestionsSpinner_a74e5986";
export var itemButton = "itemButton_a74e5986";
export var screenReaderOnly = "screenReaderOnly_a74e5986";
//# sourceMappingURL=SuggestionsControl.scss.js.map