dtable-ui-component 6.0.110-aik.4 → 6.0.110-aik.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.
@@ -131,3 +131,7 @@
131
131
  top: 4px;
132
132
  right: 24px;
133
133
  }
134
+
135
+ .seatable-group-select .seatable-icon-btn:not(.disabled):hover {
136
+ background-color:#FFFFFF;
137
+ }
@@ -31,7 +31,7 @@
31
31
  cursor: pointer;
32
32
  }
33
33
 
34
- .group-selector .option.option-active.dtable-icon-check-mark {
34
+ .group-selector .option.option-active .dtable-icon-check-mark {
35
35
  color: #798d99 !important;
36
36
  }
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aik.4",
3
+ "version": "6.0.110-aik.6",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",