markmead / hyperui

Free Tailwind CSS components for application UI, ecommerce and marketing with support for dark mode, RTL and Alpine JS 🚀

Home Page:https://hyperui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove tap highlight on mobile devices for toggles

NDOY3M4N opened this issue · comments

Describe the bug
On mobile devices, when pressing the toggle component, there is tap highlight.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Toggle component
  2. Click on any toggle while being on mobile (or in the browser device emulation)
  3. There is a highlight when pressing the toggle

Expected behavior
Like in desktop / tablet, I think there shouldn't be a highlight when pressing the toggle on mobile devices

Screenshots

video5857455305700413767.mp4

Smartphone (please complete the following information):

  • Device: iPhone XR
  • OS: iOS 17
  • Browser safari
  • Version 17

-webkit-tap-highlight-color can help solve this issue

Sounds like a good change to me!