raise-common-lib 0.0.89 → 0.0.91

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.
@@ -90,8 +90,8 @@
90
90
  border-radius: 4px;
91
91
  box-shadow: none !important;
92
92
  line-height: normal;
93
- &.e-active {
94
- border-color: rgba(31, 123, 255, 0.2) !important;
93
+ &.e-active,&:hover {
94
+ border-color: transparent !important;
95
95
  background: rgba(31, 123, 255, 0.04) !important;
96
96
  color: #1364b3 !important;
97
97
  }
@@ -218,6 +218,8 @@
218
218
  }
219
219
  .e-rowcell {
220
220
  padding: 2px 12px;
221
+ border-top: 0;
222
+ border-bottom: 1px solid #dee2e6 !important;
221
223
  &.e-leftfreeze {
222
224
  border-right: none;
223
225
  border-left: none;