Skip to content

Commit

Permalink
remove hover on mobile
Browse files Browse the repository at this point in the history
or it stays purple when untoggling
  • Loading branch information
gary149 committed Dec 31, 2024
1 parent 651bebb commit 4ab62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
}
.base-tool {
@apply flex h-[1.6rem] items-center gap-[.2rem] whitespace-nowrap text-xs outline-none transition-all hover:text-purple-600 focus:outline-none active:outline-none dark:hover:text-gray-300;
@apply flex h-[1.6rem] items-center gap-[.2rem] whitespace-nowrap text-xs outline-none transition-all sm:hover:text-purple-600 focus:outline-none active:outline-none dark:hover:text-gray-300;
}
.active-tool {
Expand Down

0 comments on commit 4ab62ff

Please sign in to comment.