cloudflare / embed-box

Universal install guide for embed codes and CMS plugins.
http://embedbox.io
MIT License
78 stars 12 forks source link

Remove target search selection flicker on iOS #87

Closed adamschwartz closed 8 years ago

adamschwartz commented 8 years ago

When you tap a target entry, the background turns blue, then grey, then blue again, rapidly.

GirlBossRush commented 8 years ago

I suspect this is something do the tabindex styles (both implicit and explicit)

adamschwartz commented 8 years ago

I think it’s :active:focus[data-selected], so I may just style :focus as blue on touch-devices.

adamschwartz commented 8 years ago

Turns out it was :active:hover[data-selected].