Skip to content

Commit

Permalink
Remove ripple part of Link by disabling Tappable hoverMode
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrew committed Jun 27, 2024
1 parent 606ec64 commit 92d8c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const Link = ({
className={classNames(styles['Link'], hasVisited && styles['Link--has-visited'], className)}
hasHover={false}
activeMode="opacity"
hoverMode="none"
focusVisibleMode="outside"
>
{children}
Expand Down

0 comments on commit 92d8c08

Please sign in to comment.