dtable-ui-component 5.0.21-alpha.5 → 5.1.0

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.
@@ -206,7 +206,7 @@
206
206
  .filters-list .delete-filter .dtable-icon-fork-number {
207
207
  display: inline-block;
208
208
  font-size: 12px;
209
- color: #666;
209
+ color: #999;
210
210
  }
211
211
 
212
212
  .filters-list .multiple-option-name {
@@ -289,7 +289,7 @@
289
289
  }
290
290
 
291
291
  .filters-list .filter-item .dtable-icon-fork-number:hover {
292
- color: #5a5a5a;
292
+ color: #555;
293
293
  }
294
294
 
295
295
  .filters-list .filter-container-readonly .dtable-select .selected-option-show,
@@ -28,7 +28,7 @@
28
28
  text-overflow: ellipsis;
29
29
  white-space: nowrap;
30
30
  border-radius: 3px;
31
- z-index: 2;
31
+ z-index: 1;
32
32
  }
33
33
 
34
34
  .radio-group-options .radio-group-button:hover {
@@ -48,7 +48,7 @@
48
48
  position: absolute;
49
49
  height: 100%;
50
50
  border-radius: 3px;
51
- z-index: 1;
51
+ z-index: 0;
52
52
  }
53
53
 
54
54
  .radio-group-options .radio-group-button:nth-of-type(1).active ~ .radio-group-slider {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "5.0.21-alpha.5",
3
+ "version": "5.1.0",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",