Svelte: Minor highlighting of selected icon
This commit is contained in:
parent
9de48becfa
commit
ff2486d6e2
@ -11,7 +11,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="p-3 cursor-pointer text-center"
|
class="p-3 cursor-pointer text-center hover:text-gray-100"
|
||||||
on:mouseenter={handleMouseover}
|
on:mouseenter={handleMouseover}
|
||||||
>
|
>
|
||||||
<i class='{icon} fa-xl'></i>
|
<i class='{icon} fa-xl'></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user