chore: remove hover background color from mobile menu button
This commit is contained in:
parent
79d8801700
commit
e3891b1f68
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const showMenu = ref(false)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10rounded-full cursor-pointer md:hidden hover:bg-gray-100"
|
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10rounded-full cursor-pointer md:hidden"
|
||||||
@click="showMenu = !showMenu"
|
@click="showMenu = !showMenu"
|
||||||
>
|
>
|
||||||
<Ellipsis
|
<Ellipsis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue