From 8ee169bc5b3fd855ddcc34360eb49c30b804ed5e Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 5 Apr 2022 14:09:00 -0400 Subject: [PATCH] CSR-436: adjust CSS height of hidden input so Safari will allow focus on it --- src/ux-components/list-card/list-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index adbd8a377..d984ac171 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -188,7 +188,7 @@ export default { input[type="radio"] { opacity: 0; width: 0; - height: 0; + height: 0.1px; // NOTE: cannot be zero or safari can't put focus on it position: absolute; + label {