Skip to content

Commit

Permalink
Highlight pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Jul 23, 2024
1 parent 9b173dc commit e9249d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/journey-manager/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ button {
.highlight {
position: absolute;
pointer-events: none;
animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
`;
Expand Down

0 comments on commit e9249d6

Please sign in to comment.