From 63a9facc665f7877119eb3a8f26bde3cef1a21ca Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 31 Mar 2022 08:40:39 -0400 Subject: [PATCH] Remove outline. --- .../list-button-horizontal/list-button-horizontal.vue | 1 + src/ux-components/list-card/list-card.vue | 1 + 2 files changed, 2 insertions(+) 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 68aceec51..cef3d765c 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -161,6 +161,7 @@ export default { } } label { + outline: none; position: relative; background: $white; transition: all 150ms linear; diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index 922aec1d3..adbd8a377 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -192,6 +192,7 @@ export default { position: absolute; + label { + outline: none; display: block; position: relative;