From c7e18f2dedad0c68c6fb44f4918131a61f91e657 Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 7 Mar 2022 09:34:41 -0500 Subject: [PATCH] Remove focus outline on iPhone. --- .../list-button-horizontal/list-button-horizontal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index c64a2adb4..873bf7cdf 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -142,6 +142,7 @@ export default { &:checked + label { background: $blue-100; box-shadow: 0 0 0 1px $blue; + outline: none; z-index: 2; } &:checked + label p:first-child {