mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove focus pointer events
This commit is contained in:
parent
dd3856724a
commit
0b1d1761f3
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<!-- Mobile menu button -->
|
||||
<a
|
||||
:class="[
|
||||
'mobile-menu-toggle rounded-md focus:pointer-events-none p-2',
|
||||
'mobile-menu-toggle rounded-md p-2',
|
||||
'inline-flex items-center justify-center',
|
||||
'text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:bg-gray-700 focus:text-white',
|
||||
'transition duration-150 ease-in-out'
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<!-- Mobile menu button -->
|
||||
<a
|
||||
:class="[
|
||||
'mobile-menu-close rounded-md focus:pointer-events-none p-2',
|
||||
'mobile-menu-close rounded-md p-2',
|
||||
'inline-flex items-center justify-center',
|
||||
'text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:bg-gray-700 focus:text-white',
|
||||
'transition duration-150 ease-in-out'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue