dtable-ui-component 6.0.125-nsk.2 → 6.0.125-nsk.3

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.
@@ -11,7 +11,7 @@
11
11
  max-width: 900px;
12
12
  user-select: none;
13
13
  text-align: left;
14
- border-color: 1px solid rgba(0, 40, 100, 0.12);
14
+ border-color: 1px solid #002864;
15
15
  height: auto;
16
16
  min-height: 38px;
17
17
  cursor: pointer;
@@ -19,14 +19,15 @@
19
19
 
20
20
  .group-select.custom-select:focus,
21
21
  .group-select.custom-select.focus {
22
- border-color: #1991eb !important;
22
+ border-color: #3E84F7 !important;
23
23
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
24
+ border-radius: 4px;
24
25
  }
25
26
 
26
27
  .group-select.custom-select.disabled:focus,
27
28
  .group-select.custom-select.focus.disabled,
28
29
  .group-select.custom-select.disabled:hover {
29
- border-color: rgba(0, 40, 100, 0.12) !important;
30
+ border-color: #002864 !important;
30
31
  box-shadow: unset;
31
32
  cursor: default;
32
33
  }
@@ -79,7 +80,7 @@
79
80
  }
80
81
 
81
82
  .group-select .selected-option-show .selected-option-item {
82
- background-color: #F7F7F5;
83
+ background-color: 0px 6px 14px rgba(0, 0, 0, 0.1);;
83
84
  border-radius: 4px !important;
84
85
  display: flex;
85
86
  align-items: center;
@@ -65,7 +65,8 @@ class DTableSelect extends _react.default.Component {
65
65
  ref: innerRef,
66
66
  filterOption: customFilterOption,
67
67
  form: form,
68
- autoFocus: autoFocus
68
+ autoFocus: autoFocus,
69
+ menuIsOpen: true
69
70
  });
70
71
  }
71
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.125nsk.2",
3
+ "version": "6.0.125nsk.3",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",