UNPKG

@fluentui/react-northstar

Version:
19 lines (17 loc) 753 B
"use strict"; exports.__esModule = true; exports.datepickerCalendarGridRowStyles = void 0; var _DatepickerCalendarCellButton = require("../../../../components/Datepicker/DatepickerCalendarCellButton"); var datepickerCalendarGridRowStyles = { root: function root(_ref) { var _ref2; var p = _ref.props, v = _ref.variables; return Object.assign({}, p.isRowSelectionActive && (_ref2 = {}, _ref2[":hover ." + _DatepickerCalendarCellButton.datepickerCalendarCellButtonClassName] = { backgroundColor: v.calendarCellHoverBackgroundColor, color: v.calendarCellHoverColor }, _ref2)); } }; exports.datepickerCalendarGridRowStyles = datepickerCalendarGridRowStyles; //# sourceMappingURL=datepickerCalendarGridRowStyles.js.map