Svelte: Minor highlighting of selected icon
This commit is contained in:
parent
9de48becfa
commit
ff2486d6e2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="p-3 cursor-pointer text-center"
|
||||
class="p-3 cursor-pointer text-center hover:text-gray-100"
|
||||
on:mouseenter={handleMouseover}
|
||||
>
|
||||
<i class='{icon} fa-xl'></i>
|
||||
|
|
Loading…
Reference in a new issue