dtable-ui-component 6.0.125-vso.6 → 6.0.125-vso.7

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.
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .dtable-ui-selected-users-container.focus {
11
- border: 1px solid #3e84f7
11
+ border: 1px solid var(--bs-bg-border-color) !important;
12
12
  }
13
13
 
14
14
  .dtable-ui-selected-users-container .dtable-ui-user-select-placeholder {
@@ -81,7 +81,7 @@
81
81
 
82
82
  .dtable-ui-user-select-container .dtable-ui-user-list-container .dtable-ui-user-item-container:hover,
83
83
  .dtable-ui-user-select-container .dtable-ui-user-list-container .dtable-ui-user-item-container-highlight {
84
- background-color: var(--bs-bg-color);
84
+ background-color: var(--bs-btn-background-hover);
85
85
  cursor: pointer;
86
86
  }
87
87
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  .seatable-customize-select:focus,
19
19
  .seatable-customize-select.focus {
20
- border-color: #3E84F7 !important;
20
+ border: 1px solid var(--bs-bg-border-color) !important;
21
21
  }
22
22
 
23
23
  .seatable-customize-select.disabled:focus,
@@ -34,7 +34,7 @@ const DISABLED_CONTROL_STYLE = {
34
34
  const FOCUS_CONTROL_STYLE = {
35
35
  fontSize: '14px',
36
36
  padding: '0 4px 0 8px',
37
- border: '1px solid #3E84F7',
37
+ border: '1px solid var(--bs-bg-border-color)',
38
38
  boxShadow: 'none',
39
39
  backgroundColor: 'var(--bs-popover-bg)',
40
40
  borderRadius: '4px',
@@ -55,7 +55,7 @@ const controlCallback = (provided, state) => {
55
55
  if (isDisabled) {
56
56
  return (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({}, provided), DISABLED_CONTROL_STYLE), {}, {
57
57
  ':active': {
58
- border: '1px solid #3E84F7'
58
+ border: '1px solid var(--bs-bg-border-color)'
59
59
  }
60
60
  }, headerIconStyle);
61
61
  }
@@ -1,7 +1,7 @@
1
1
  .seatable-option-group {
2
2
  position: absolute;
3
3
  left: 0;
4
- max-height: 300px;
4
+ min-height: 60px;
5
5
  min-width: 100%;
6
6
  max-width: 15rem;
7
7
  box-shadow: var(--bs-border-secondary-shadow);
@@ -84,7 +84,7 @@
84
84
 
85
85
  .seatable-select-option.seatable-select-option-active {
86
86
  cursor: pointer;
87
- background-color: rgba(0, 0, 0, 0.04);
87
+ background-color: var(--bs-btn-background-hover);
88
88
  }
89
89
 
90
90
  .seatable-select-option .select-option-name .multiple-select-option {
@@ -124,7 +124,7 @@
124
124
 
125
125
  .selector-group-select .seatable-select-option:hover,
126
126
  .selector-group-select .seatable-select-option.seatable-select-option-active {
127
- background-color: rgba(0, 0, 0, 0.04) !important;
127
+ background-color: var(--bs-btn-background-hover);
128
128
  }
129
129
 
130
130
  .select-label .header-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.125vso.6",
3
+ "version": "6.0.125vso.7",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",