Highlight icons during hover
This commit is contained in:
parent
529f720ae1
commit
59740754e8
@ -12,7 +12,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<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"
|
style="animation-duration: 0.5s"
|
||||||
on:mouseenter={handleMouseover}
|
on:mouseenter={handleMouseover}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user