Skip to content

Commit

Permalink
feat: secondary cta hover animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tikagan committed Oct 2, 2023
1 parent 74cb6bf commit 348fabf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/button/cta.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,10 @@ const detailHeight = computed(() => {
&:focus-visible {
.arrow {
right: toRem(-26);
transform: rotate(45deg);
&.left {
left: toRem(-26);
transform: scaleX(-1) rotate(45deg);
}
}
}
Expand Down

0 comments on commit 348fabf

Please sign in to comment.