Skip to content

Commit

Permalink
fix(ld-notification): transition out last notification in queue
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Aug 16, 2021
1 parent 1cb9abd commit 09a5c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/liquid/components/ld-notification/ld-notification.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
animation: ld-notification-fade-in 0.2s linear;
}

&:nth-last-of-type(n + 4) {
display: none;
&:nth-last-of-type(n + 5) {
opacity: 0;
}

&:nth-last-of-type(n + 2) {
Expand Down

0 comments on commit 09a5c78

Please sign in to comment.