UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 5.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ var load_themed_styles_1 = require("@microsoft/load-themed-styles"); load_themed_styles_1.loadStyles(".ms-DetailsList--Compact .root_2e63fe30{min-height:32px;border:0}.ms-DetailsList--Compact .cell_2e63fe30{min-height:32px;padding:6px 8px}.ms-DetailsList--Compact .check_2e63fe30{padding:8px}.ms-List-cell:first-child .root_2e63fe30:before{display:none}.root_2e63fe30{border-bottom:1px solid \"[theme:neutralLighter, default: #f4f4f4]\";background:\"[theme:white, default: #ffffff]\";color:\"[theme:neutralSecondaryAlt, default: #767676]\";display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;min-height:42px;white-space:nowrap;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}.root_2e63fe30::-moz-focus-inner{border:0}.root_2e63fe30{outline:transparent}.root_2e63fe30{position:relative}.ms-Fabric.is-focusVisible .root_2e63fe30:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid \"[theme:neutralSecondary, default: #666666]\"}[dir='ltr'] .root_2e63fe30{text-align:left}[dir='rtl'] .root_2e63fe30{text-align:right}.root_2e63fe30:hover{background:\"[theme:neutralLighter, default: #f4f4f4]\";color:\"[theme:neutralSecondary, default: #666666]\"}.rootIsSelected_2e63fe30{color:\"[theme:neutralPrimary, default: #333333]\";background:\"[theme:neutralLight, default: #eaeaea]\";border-bottom:1px solid \"[theme:white, default: #ffffff]\"}.rootIsSelected_2e63fe30::-moz-focus-inner{border:0}.rootIsSelected_2e63fe30{outline:transparent}.rootIsSelected_2e63fe30{position:relative}.ms-Fabric.is-focusVisible .rootIsSelected_2e63fe30:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid \"[theme:themePrimary, default: #0078d7]\"}.rootIsSelected_2e63fe30 .cell_2e63fe30.isRowHeader_2e63fe30{color:\"[theme:neutralDark, default: #212121]\"}@media screen and (-ms-high-contrast: active){.rootIsSelected_2e63fe30 .cell_2e63fe30{color:Highlight}}.rootIsSelected_2e63fe30:before{position:absolute;display:block;top:-1px;height:1px;bottom:0;left:0;right:0;content:'';border-top:1px solid \"[theme:white, default: #ffffff]\"}.rootIsSelected_2e63fe30:hover{background:\"[theme:neutralQuaternaryAlt, default: #dadada]\"}.rootIsSelected_2e63fe30:hover .cell_2e63fe30{color:\"[theme:neutralDark, default: #212121]\"}.rootIsSelected_2e63fe30:hover .cell_2e63fe30.isRowHeader_2e63fe30{color:\"[theme:black, default: #000000]\"}.rootIsSelected_2e63fe30:focus{background:\"[theme:neutralQuaternaryAlt, default: #dadada]\"}.rootIsSelected_2e63fe30:focus .cell_2e63fe30{color:\"[theme:neutralDark, default: #212121]\"}.rootIsSelected_2e63fe30:focus .cell_2e63fe30.isRowHeader_2e63fe30{color:\"[theme:black, default: #000000]\"}.rootIsContentUnselectable_2e63fe30{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.cell_2e63fe30{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:11px 8px;min-height:42px;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cell_2e63fe30::-moz-focus-inner{border:0}.cell_2e63fe30{outline:transparent}.cell_2e63fe30{position:relative}.ms-Fabric.is-focusVisible .cell_2e63fe30:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid \"[theme:neutralSecondary, default: #666666]\"}.cell_2e63fe30>button{max-width:100%}.cell_2e63fe30.isRowHeader_2e63fe30{color:\"[theme:neutralPrimary, default: #333333]\";font-size:14px}.cell_2e63fe30 [data-is-focusable=true]::-moz-focus-inner{border:0}.cell_2e63fe30 [data-is-focusable=true]{outline:transparent}.cell_2e63fe30 [data-is-focusable=true]{position:relative}.ms-Fabric.is-focusVisible .cell_2e63fe30 [data-is-focusable=true]:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid \"[theme:neutralSecondary, default: #666666]\"}[dir='ltr'] .isPadded_2e63fe30{padding-right:32px}[dir='rtl'] .isPadded_2e63fe30{padding-left:32px}.isPadded_2e63fe30.checkCell_2e63fe30{padding:0;margin:0}.isMultiline_2e63fe30{white-space:normal;word-break:break-word;text-overflow:clip}.fields_2e63fe30{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.cellMeasurer_2e63fe30 .cell_2e63fe30{overflow:visible;white-space:nowrap}\n"); exports.root = "root_2e63fe30"; exports.cell = "cell_2e63fe30"; exports.check = "check_2e63fe30"; exports.rootIsSelected = "rootIsSelected_2e63fe30"; exports.isRowHeader = "isRowHeader_2e63fe30"; exports.rootIsContentUnselectable = "rootIsContentUnselectable_2e63fe30"; exports.isPadded = "isPadded_2e63fe30"; exports.checkCell = "checkCell_2e63fe30"; exports.isMultiline = "isMultiline_2e63fe30"; exports.fields = "fields_2e63fe30"; exports.cellMeasurer = "cellMeasurer_2e63fe30"; //# sourceMappingURL=DetailsRow.scss.js.map