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;