From 44dfb7cadbb69a32033bd84b63db8aedd467982a Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 30 Mar 2022 15:10:32 -0400 Subject: [PATCH] Remove outline to fix rounded corners issue. --- src/ux-components/list-card/list-card.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index a9755904e..922aec1d3 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -219,13 +219,13 @@ export default { box-shadow: 0 0 0 2.5px $blue; border-radius: 0.5rem; } - + &:checked { &:focus + label { box-shadow: 0 0 0 2.5px $blue; } } - + &:checked + label { p { color: $black; @@ -331,6 +331,7 @@ export default { } + label { + outline: none; min-height: 48px; color: $gray-600;