Skip to content

Commit

Permalink
[desk-tool] disable sparkline button when transitioned out
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow authored and rexxars committed Oct 6, 2020
1 parent 84a239c commit 1551585
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
}

@nest &[data-transition='out'] {
pointer-events: none;
transform: translate3d(calc(var(--size) * -3), 0, 0);
opacity: 0;
}
Expand Down

0 comments on commit 1551585

Please sign in to comment.