dtable-ui-component 6.0.110-aik.2 → 6.0.110-aik.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
.group-selector .option .dtable-icon-check-mark {
|
|
20
20
|
font-size: 12px;
|
|
21
21
|
color: #798d99;
|
|
22
|
+
height: 12px !important;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
22
26
|
}
|
|
23
27
|
|
|
24
28
|
.group-selector .option.option-active {
|
|
@@ -27,9 +31,8 @@
|
|
|
27
31
|
cursor: pointer;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
.group-selector .option.option-active
|
|
31
|
-
|
|
32
|
-
color: #fff !important;
|
|
34
|
+
.group-selector .option.option-active.dtable-icon-check-mark {
|
|
35
|
+
color: #798d99 !important;
|
|
33
36
|
}
|
|
34
37
|
|
|
35
38
|
.group-selector .option .select-option-name .single-select-option {
|
|
@@ -189,8 +189,7 @@ class SelectOptionGroup extends _react.Component {
|
|
|
189
189
|
minWidth,
|
|
190
190
|
isInModal,
|
|
191
191
|
position,
|
|
192
|
-
className
|
|
193
|
-
components
|
|
192
|
+
className
|
|
194
193
|
} = this.props;
|
|
195
194
|
let {
|
|
196
195
|
searchVal
|
|
@@ -216,7 +215,7 @@ class SelectOptionGroup extends _react.Component {
|
|
|
216
215
|
};
|
|
217
216
|
}
|
|
218
217
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
219
|
-
className: (0, _classnames.default)('option-group group-selector', className ? 'option-group-' + className : ''),
|
|
218
|
+
className: (0, _classnames.default)('option-group group-selector seatable-group-select', className ? 'option-group-' + className : ''),
|
|
220
219
|
ref: ref => this.optionGroupRef = ref,
|
|
221
220
|
style: style,
|
|
222
221
|
onMouseDown: this.onMouseDown,
|