iglooform 2.5.30 → 2.5.31

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.
@@ -173,17 +173,13 @@
173
173
  }
174
174
 
175
175
  .igloo-table-row:hover {
176
+ position: relative;
177
+ z-index: 9;
176
178
  cursor: pointer;
177
179
  background: #ffffff;
178
180
  box-shadow: 0px 0px 16px rgba(88, 88, 255, 0.16);
179
181
  }
180
182
 
181
- .igloo-table-row {
182
- & > td {
183
- background: transparent !important;
184
- }
185
- }
186
-
187
183
  .ant-table-tbody {
188
184
  tr > td {
189
185
  padding: 24px 16px;
@@ -173,17 +173,13 @@
173
173
  }
174
174
 
175
175
  .igloo-table-row:hover {
176
+ position: relative;
177
+ z-index: 9;
176
178
  cursor: pointer;
177
179
  background: #ffffff;
178
180
  box-shadow: 0px 0px 16px rgba(88, 88, 255, 0.16);
179
181
  }
180
182
 
181
- .igloo-table-row {
182
- & > td {
183
- background: transparent !important;
184
- }
185
- }
186
-
187
183
  .ant-table-tbody {
188
184
  tr > td {
189
185
  padding: 24px 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "2.5.30",
3
+ "version": "2.5.31",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",