Skip to content

Commit

Permalink
we can't animate the text-decoration-thickness, we can animate a bord…
Browse files Browse the repository at this point in the history
…er, but since this is 1px transition, transitioning it is practically useless
  • Loading branch information
stamat committed Jan 29, 2025
1 parent 1bb95d2 commit 3bee3ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/InlineLink/InlineLink.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
text-decoration-color: var(--brand-InlineLink-color-rest);
text-decoration-thickness: var(--brand-borderWidth-thin);
text-underline-position: under;
transition: var(--brand-InlineLink-transition-timing) text-decoration;
}

.InlineLink:hover {
Expand Down

0 comments on commit 3bee3ad

Please sign in to comment.