We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8420d2 commit 1fade1eCopy full SHA for 1fade1e
1 file changed
app/components/Link/Base.vue
@@ -78,7 +78,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
78
'underline-offset-[0.2rem] underline decoration-1 decoration-fg/50': !isLinkAnchor && isLink,
79
'text-fg hover:(no-underline text-accent) focus-visible:(no-underline text-accent) transition-colors duration-200':
80
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':
+ 'font-mono border border-border rounded-md transition-all duration-200 bg-gradient-to-t dark:bg-gradient-to-b':
82
isButton,
83
'text-sm px-4 py-2': isButtonMedium,
84
'text-xs px-2 py-0.5': isButtonSmall,
0 commit comments