raise-common-lib 0.0.70 → 0.0.72

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
@@ -55,6 +55,6 @@
55
55
  --rs-grid-header-cell-font-size: 10px; // grid header cell font size
56
56
  --rs-grid-row-height: 28px;
57
57
  --rs-grid-row-cell-font-size: 11px; // grid row cell font size
58
- --rs-grid-row-hover-bg: rgba(31, 123, 255, 0.04); // grid row hover color
59
- --rs-grid-row-active-bg: rgba(31, 123, 255, 0.08); // grid row active color
58
+ --rs-grid-row-hover-bg: #f6faff; // grid row hover color
59
+ --rs-grid-row-active-bg: #edf5ff; // grid row active color
60
60
  }