From 0adf713f85e72292a06c78d52e27cafc04541449 Mon Sep 17 00:00:00 2001 From: chimiana Date: Mon, 12 Dec 2022 01:11:13 +0000 Subject: [PATCH] Removed tap-highlight-color from style.scsss as it is not a valid css property --- packages/client/src/style.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 48babbe2a9..033d0b6741 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -94,7 +94,6 @@ a { text-decoration: none; cursor: pointer; color: inherit; - tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; } @@ -103,7 +102,6 @@ a { // } textarea, input { - tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; } @@ -166,7 +164,6 @@ hr { cursor: pointer; color: inherit; touch-action: manipulation; - tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; font-size: 1em; font-family: inherit;