raise-common-lib-new 0.0.85 → 0.0.86

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"
@@ -411,7 +411,7 @@
411
411
  .e-rowcell.e-active:not(.e-cellselectionbackground):not(.e-updatedtd):not(
412
412
  .e-indentcell
413
413
  ) {
414
- background-color: #e4efff; //selected + hover bg
414
+ background-color: #e4efff !important; //selected + hover bg
415
415
  }
416
416
 
417
417
  .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
@@ -862,7 +862,7 @@
862
862
  .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(
863
863
  .e-updatedtd
864
864
  ):not(.e-indentcell) {
865
- background-color: var(--rs-grid-row-hover-bg); // hover bg
865
+ background-color: var(--rs-grid-row-hover-bg) !important; // hover bg
866
866
  }
867
867
 
868
868
  .e-contextmenu-wrapper .e-contextmenu.e-colmenu,