raise-common-lib 0.0.90 → 0.0.92

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.
@@ -350,10 +350,15 @@
350
350
  display: block;
351
351
  width: 16px;
352
352
  height: 16px;
353
- background-image: url("/assets/img/calendar.svg");
353
+ background-image: url("/assets/img/calendar-disabled.svg");
354
354
  background-size: cover;
355
355
  background-position: center;
356
356
  }
357
+ &:hover{
358
+ &::before {
359
+ background-image: url("/assets/img/calendar.svg");
360
+ }
361
+ }
357
362
  }
358
363
  &.e-disabled {
359
364
  .e-input-group-icon {
@@ -219,7 +219,7 @@
219
219
  .e-rowcell {
220
220
  padding: 2px 12px;
221
221
  border-top: 0;
222
- border-bottom: 1px solid #dee2e6;
222
+ border-bottom: 1px solid #dee2e6 !important;
223
223
  &.e-leftfreeze {
224
224
  border-right: none;
225
225
  border-left: none;