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

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.
@@ -3,7 +3,7 @@
3
3
  height: auto !important;
4
4
  min-height: 38px;
5
5
  max-width: calc(100% - 10px);
6
- padding: 0.4375rem 1rem 0.4375rem 0.5rem;
6
+ padding: .375rem 40px .375rem 1rem;
7
7
  position: relative;
8
8
  }
9
9
 
@@ -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: var(--bs-bg-color) !important;
127
+ background-color: rgba(0, 0, 0, 0.04) !important;
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.5",
3
+ "version": "6.0.125vso.6",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",