@procore/core-react
Version:
React library of Procore Design Guidelines
11 lines • 574 B
JavaScript
import styled, { css } from 'styled-components';
import { MultiSelect } from '../MultiSelect/MultiSelect';
import { colors } from '../_styles/colors';
export var StyledGroupSelectOption = /*#__PURE__*/styled(MultiSelect.Option).withConfig({
displayName: "StyledGroupSelectOption",
componentId: "core-12_44_0__sc-u5gu8j-0"
})(["", ""], function (_ref) {
var disabled = _ref.disabled;
return disabled && css(["color:", ";cursor:not-allowed;a,a:hover{color:", ";text-decoration:none;}"], colors.gray70, colors.gray70);
});
//# sourceMappingURL=GroupSelect.styles.js.map