Skip to content

Commit

Permalink
feat: change default style display behavior to nothing (#702)
Browse files Browse the repository at this point in the history
* update inline style property to have chans for overriding from 3th part side

* add and without animation
  • Loading branch information
ppetkow authored and scttcper committed Aug 29, 2019
1 parent cac13e0 commit c7da788
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/toastr/toast-noanimation.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class ToastNoAnimation implements OnDestroy {
if (this.state === 'inactive') {
return 'none';
}
return 'inherit';
}

/** controls animation */
Expand Down
1 change: 0 additions & 1 deletion src/lib/toastr/toast.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class Toast implements OnDestroy {
if (this.state.value === 'inactive') {
return 'none';
}
return 'inherit';
}

private timeout: any;
Expand Down

0 comments on commit c7da788

Please sign in to comment.