Skip to content

Commit db8eafb

Browse files
committed
sidebar hover fix
1 parent afd9e03 commit db8eafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/admin/SidebarLink.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defineProps<{
1717

1818
<style scoped>
1919
.link {
20-
@apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border hover:border-zinc-100;
20+
@apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border-zinc-100;
2121
}
2222
2323
.link-active {

0 commit comments

Comments
 (0)