Skip to content

Commit 1fade1e

Browse files
committed
feat: remove non-working aria-current styling
1 parent c8420d2 commit 1fade1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
7878
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/50': !isLinkAnchor && isLink,
7979
'text-fg hover:(no-underline text-accent) focus-visible:(no-underline text-accent) transition-colors duration-200':
8080
isLink,
81-
'font-mono border border-border rounded-md transition-all duration-200 aria-current:(bg-fg text-bg border-fg hover:(text-bg/50)) bg-gradient-to-t dark:bg-gradient-to-b':
81+
'font-mono border border-border rounded-md transition-all duration-200 bg-gradient-to-t dark:bg-gradient-to-b':
8282
isButton,
8383
'text-sm px-4 py-2': isButtonMedium,
8484
'text-xs px-2 py-0.5': isButtonSmall,

0 commit comments

Comments
 (0)