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.
@@ -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: #265e4b;
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
- .col-group-new{
245
- width: 100% !important
246
- }
246
+ .col-group-new {
247
+ width: 100% !important;
248
+ }