raise-common-lib 0.0.68 → 0.0.69

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.
@@ -82,7 +82,7 @@
82
82
  font-weight: 700;
83
83
 
84
84
  &:hover {
85
- background-color: rgba(31, 123, 255, 0.04);
85
+ background-color: #f6faff;
86
86
  }
87
87
 
88
88
  &.e-headerchkcelldiv {
@@ -181,7 +181,7 @@
181
181
  border-radius: 4px;
182
182
 
183
183
  &:hover {
184
- background-color: rgba(31, 123, 255, 0.08);
184
+ background-color: #edf5ff;
185
185
  }
186
186
 
187
187
  &::before {
@@ -217,7 +217,7 @@
217
217
  height: var(--rs-grid-row-height);
218
218
  }
219
219
  &.e-active {
220
- background-color: rgba(31, 123, 255, 0.08) !important; // selected bg
220
+ background-color: #edf5ff !important; // selected bg
221
221
  .e-checkbox-wrapper {
222
222
  display: block;
223
223
  }
@@ -537,7 +537,7 @@
537
537
  color: #44566c;
538
538
  &.e-focused,
539
539
  &.e-selected {
540
- background-color: rgba(31, 123, 255, 0.04);
540
+ background-color: #f6faff;
541
541
  color: #44566c;
542
542
  }
543
543
  .e-icons.e-check {
@@ -582,10 +582,10 @@
582
582
  color: #44566c;
583
583
  }
584
584
  &:hover {
585
- background-color: rgba(31, 123, 255, 0.04);
585
+ background-color: #f6faff;
586
586
  }
587
587
  &.e-chkfocus {
588
- background-color: rgba(31, 123, 255, 0.04);
588
+ background-color: #f6faff;
589
589
  }
590
590
  }
591
591
  }