raise-common-lib 0.0.91 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -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 {