Skip to content

Commit f702e60

Browse files
p4gsclaudehappy-otter
committed
Disable WebKit tap highlight on table cells
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent ec26a61 commit f702e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/projects/grcengineering-cheat-sheet

docs/projects/grcengineering-cheat-sheet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
--toggle-hover: rgba(255,255,255,0.1);
6060
}
6161

62-
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
62+
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
6363
html { scroll-behavior: smooth; }
6464
body {
6565
font-family: var(--font-body);

0 commit comments

Comments
 (0)