From 8ed6a6ff71e472afe167a14d1c308e09ec08bca4 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 10 Dec 2021 10:10:09 -0500 Subject: [PATCH] Accounting for blue highlight in iphone view --- src/styles/common-radio-styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/common-radio-styles.scss b/src/styles/common-radio-styles.scss index 2bee198bf..4ea1da553 100644 --- a/src/styles/common-radio-styles.scss +++ b/src/styles/common-radio-styles.scss @@ -4,6 +4,7 @@ opacity: 0; position: fixed; width: 0; + -webkit-tap-highlight-color: rgba(0,0,0,0); &:focus-visible + label { box-shadow: 0 0 0 2px $blue; }