From 150bfd7278f9346ce114a2789a18611fe4de55ec Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 6 Dec 2024 18:56:34 -0500 Subject: [PATCH] Remove highlight with fix-focus --- package.json | 2 +- src/main.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 330c345..f27010d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ztimson/css-utils", - "version": "1.1.2", + "version": "1.1.3", "description": "CSS Utility Classes", "readme": "README.md", "scripts": { diff --git a/src/main.scss b/src/main.scss index 9c4353f..ce782be 100644 --- a/src/main.scss +++ b/src/main.scss @@ -79,6 +79,7 @@ $divisible: (0, 10, 20, 25, 30, 33, 34, 40, 50, 60, 66, 70, 75, 80, 90, 100); .fix-focus, .fix:not(.no-focus-fix) { * { outline: inherit; + -webkit-tap-highlight-color: transparent; } }