Highlight icons during hover
This commit is contained in:
parent
529f720ae1
commit
59740754e8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="p-3 cursor-pointer text-center {$activity ? "text-amber-500 animate-pulse" : "hover:text-gray-100"}"
|
||||
class="p-3 cursor-pointer text-center hover:bg-neutral-600 {$activity ? "text-amber-500 animate-pulse" : "hover:text-gray-100"}"
|
||||
style="animation-duration: 0.5s"
|
||||
on:mouseenter={handleMouseover}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue