office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines (15 loc) • 2.13 kB
JavaScript
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
root: 'root_64313858',
isSelected: 'isSelected_64313858',
tagItemText: 'tagItemText_64313858',
tagItemClose: 'tagItemClose_64313858',
tagItemButton: 'tagItemButton_64313858',
tagItemTextOverflow: 'tagItemTextOverflow_64313858',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_64313858{-ms-flex-negative:1;flex-shrink:1;background:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": ";margin:1px;height:26px;line-height:26px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:100px;max-width:100%}.root_64313858::-moz-focus-inner{border:0}.root_64313858{outline:transparent}.root_64313858{position:relative}.ms-Fabric.is-focusVisible .root_64313858:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}.root_64313858:hover{background:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.root_64313858.isSelected_64313858{background:" }, { "theme": "neutralQuaternary", "defaultValue": "#d0d0d0" }, { "rawString": "}.root_64313858.isSelected_64313858:hover{background:" }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": "}.tagItemText_64313858{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:100px;margin:0 8px}.tagItemClose_64313858{cursor:pointer;color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:12px;display:inline-block;text-align:center;vertical-align:top;width:30px;height:100%;-ms-flex-negative:0;flex-shrink:0}.tagItemButton_64313858{width:100%;height:100%}.tagItemTextOverflow_64313858{overflow:hidden;text-overflow:ellipsis;max-width:60vw}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=TagItem.scss.js.map
;