Skip to content

Commit 06d4847

Browse files
committed
style: dont hide underline on hover
1 parent 0f9d174 commit 06d4847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
7676
class="group inline-flex gap-x-1 items-center justify-center"
7777
:class="{
7878
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/30': !isLinkAnchor && isLink,
79-
'font-mono text-fg hover:(no-underline text-accent) focus-visible:(no-underline text-accent) transition-color duration-200':
79+
'font-mono text-fg hover:(decoration-accent text-accent) focus-visible:(decoration-accent text-accent) transition-colors duration-200':
8080
isLink,
8181
'font-mono border border-border rounded-md transition-all duration-200': isButton,
8282
'text-sm px-4 py-2': isButtonMedium,

0 commit comments

Comments
 (0)