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; }