office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
14 lines • 3.94 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".root_f12a3100{position:relative}.svg_f12a3100{width:20px;height:20px;padding:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.ms-Fabric.is-focusVisible .cell_f12a3100:focus,.ms-Fabric.is-focusVisible .cell_f12a3100:focus::after{border:none}.item_f12a3100{font-size:14px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;width:100%;height:36px;line-height:36px;display:block;cursor:pointer;padding:0px 6px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.item_f12a3100::-moz-focus-inner{border:0}.item_f12a3100{outline:transparent}.item_f12a3100{position:relative}.ms-Fabric.is-focusVisible .item_f12a3100:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}html[dir='ltr'] .item_f12a3100{text-align:left}html[dir='rtl'] .item_f12a3100{text-align:right}.item_f12a3100:hover:not([disabled]){background:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": "}.item_f12a3100.disabled_f12a3100,.item_f12a3100[disabled]{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";cursor:default;pointer-events:none}.is-focusVisible .item_f12a3100:focus{background:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": "}.cell_f12a3100{padding:0px;overflow:visible}.cell_f12a3100.cellIsSelected_f12a3100:hover .svg_f12a3100,.cell_f12a3100.cellIsSelected_f12a3100:active .svg_f12a3100{-webkit-box-shadow:0 0 0 1px #969696;box-shadow:0 0 0 1px #969696}.cell_f12a3100.cellIsSelected_f12a3100:focus .svg_f12a3100,.cell_f12a3100.cellIsSelected_f12a3100 .svg_f12a3100{width:12px;height:12px;border:4px solid " }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.cell_f12a3100.cellIsSelected_f12a3100:focus .svg_f12a3100.circle_f12a3100,.cell_f12a3100.cellIsSelected_f12a3100 .svg_f12a3100.circle_f12a3100{border-radius:100%}.cell_f12a3100:focus .svg_f12a3100{-webkit-box-shadow:0 0 0 1px #969696;box-shadow:0 0 0 1px #969696}.cell_f12a3100:hover .svg_f12a3100,.cell_f12a3100:focus .svg_f12a3100,.cell_f12a3100:active .svg_f12a3100{width:12px;height:12px}.cell_f12a3100:hover .svg_f12a3100,.cell_f12a3100:focus .svg_f12a3100{border:4px solid " }, { "theme": "neutralQuaternaryAlt", "defaultValue": "#dadada" }, { "rawString": "}.cell_f12a3100:active .svg_f12a3100{border:4px solid " }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.cell_f12a3100:hover .svg_f12a3100.circle_f12a3100,.cell_f12a3100:focus .svg_f12a3100.circle_f12a3100,.cell_f12a3100:active .svg_f12a3100.circle_f12a3100{border-radius:100%}.cell_f12a3100:active .svg_f12a3100{border:4px solid #969696;-ms-transform:translate(-1px, -1px)}.cell_f12a3100.disabled_f12a3100,.cell_f12a3100[disabled]{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";cursor:default;pointer-events:none;opacity:.3}.swatchColorPickerContainer_f12a3100{clear:both;display:block;min-width:180px}\n" }]);
exports.root = "root_f12a3100";
exports.svg = "svg_f12a3100";
exports.cell = "cell_f12a3100";
exports.item = "item_f12a3100";
exports.disabled = "disabled_f12a3100";
exports.cellIsSelected = "cellIsSelected_f12a3100";
exports.circle = "circle_f12a3100";
exports.swatchColorPickerContainer = "swatchColorPickerContainer_f12a3100";
});
//# sourceMappingURL=SwatchColorPicker.scss.js.map