raise-common-lib 0.0.69 → 0.0.71

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.
@@ -214,7 +214,7 @@
214
214
  font-size: var(--rs-grid-row-cell-font-size);
215
215
  font-weight: 400;
216
216
  line-height: 24px;
217
- height: var(--rs-grid-row-height);
217
+ height: var(--rs-grid-row-height) !important;
218
218
  }
219
219
  &.e-active {
220
220
  background-color: #edf5ff !important; // selected bg
@@ -280,7 +280,7 @@
280
280
  .e-rowcell.e-active:not(.e-cellselectionbackground):not(.e-updatedtd):not(
281
281
  .e-indentcell
282
282
  ) {
283
- background-color: rgba(31, 123, 255, 0.12) !important; //selected + hover bg
283
+ background-color: #e4efff !important; //selected + hover bg
284
284
  }
285
285
 
286
286
  .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {