@things-factory/notification 7.0.10 → 7.0.12

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.
@@ -42,8 +42,8 @@ export class NotificationItem extends LitElement {
42
42
  border-left: 0 solid transparent;
43
43
  border-bottom: 1px solid var(--md-sys-color-outline-variant) !important;
44
44
  transition:
45
- border-left 300ms ease-in-out,
46
- padding-left 300ms ease-in-out;
45
+ border-left 200ms ease-in-out,
46
+ padding-left 200ms ease-in-out;
47
47
  color: var(--md-sys-color-on-surface);
48
48
 
49
49
  --type-dot-size: 9px;
@@ -55,7 +55,7 @@ export class NotificationItem extends LitElement {
55
55
 
56
56
  :host(:hover) {
57
57
  padding-left: 0.5rem;
58
- border-left: 0.5rem solid var(--status-info-color);
58
+ border-left: 0.2rem solid var(--status-info-color);
59
59
  }
60
60
 
61
61
  [titler] {