victor HF Staff commited on
Commit
f0e8e0f
·
1 Parent(s): a56f5d8

remove hover on mobile

Browse files

or 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 {