Skip to content

Commit

Permalink
Fix floating caret animation
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAbr committed Nov 6, 2024
1 parent ae6970e commit cd068d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wally-registry-frontend/src/components/PackageTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ const StyledBlip = styled.div<{
&:any-link:hover {
background: var(--wally-red);
::before {
&::before {
animation: ${ArrowHoverKeyfames};
animation-duration: 0.5s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}
}
::before {
&::before {
position: absolute;
content: "";
display: inline-block;
Expand Down

0 comments on commit cd068d3

Please sign in to comment.