halleyx-ui-framework 11.6.68 → 11.6.70
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.
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +2 -2
- package/dist/src/assets/styles/tablev2.scss +8 -6
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +2 -2
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -186,6 +186,7 @@ th.fixed-column-right {
|
|
|
186
186
|
.table-sort {
|
|
187
187
|
position: relative;
|
|
188
188
|
display: flex;
|
|
189
|
+
gap: 2px;
|
|
189
190
|
flex-direction: column;
|
|
190
191
|
.icon-filled-arrow-up {
|
|
191
192
|
font-size: 10px;
|
|
@@ -203,14 +204,16 @@ th.fixed-column-right {
|
|
|
203
204
|
margin-left: 5px;
|
|
204
205
|
cursor: pointer;
|
|
205
206
|
&:hover {
|
|
206
|
-
color: var(--hlx-color-primary-dark);
|
|
207
|
+
// color: var(--hlx-color-primary-dark);
|
|
207
208
|
}
|
|
208
209
|
}
|
|
209
210
|
}
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
.sorting-icon {
|
|
213
|
-
color:
|
|
214
|
+
color: white;
|
|
215
|
+
background-color: #54bd95;
|
|
216
|
+
border-radius: 2px;
|
|
214
217
|
}
|
|
215
218
|
|
|
216
219
|
.icon-vertical-dots {
|
|
@@ -240,7 +243,6 @@ th.fixed-column-right {
|
|
|
240
243
|
position: relative;
|
|
241
244
|
}
|
|
242
245
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
246
|
+
.col-group-new {
|
|
247
|
+
width: 100% !important;
|
|
248
|
+
}
|