Skip to content

Commit 94240a9

Browse files
committed
style: remove hover from unclickable tags
1 parent 2a99783 commit 94240a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Tag/Static.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const props = withDefaults(defineProps<{ as?: string | Component }>(),{ as: 'spa
55
<template>
66
<component
77
:is="props.as"
8-
class="inline-flex items-center px-2 py-0.5 text-xs font-mono text-fg-muted bg-bg-muted border border-border rounded transition-colors duration-200 hover:(text-fg border-border-hover)"
8+
class="inline-flex items-center px-2 py-0.5 text-xs font-mono text-fg-muted bg-bg-muted border border-border rounded"
99
>
1010
<slot />
1111
</component>

0 commit comments

Comments
 (0)