Spaces:
Running
Running
remove hover on mobile
Browse filesor it stays purple when untoggling
src/lib/components/chat/ChatInput.svelte
CHANGED
@@ -295,7 +295,7 @@
|
|
295 |
}
|
296 |
|
297 |
.base-tool {
|
298 |
-
@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;
|
299 |
}
|
300 |
|
301 |
.active-tool {
|
|
|
295 |
}
|
296 |
|
297 |
.base-tool {
|
298 |
+
@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;
|
299 |
}
|
300 |
|
301 |
.active-tool {
|