From 1e68d8c293f23b31234374713279cd24c4b65e74 Mon Sep 17 00:00:00 2001 From: bmauger Date: Tue, 22 Feb 2022 09:57:31 -0500 Subject: [PATCH] CSR-341 Set z-index to fix overlap issue. --- .../list-button-horizontal/list-button-horizontal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 35a01ded9..af7044a04 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -133,7 +133,7 @@ export default { height: 0; &:focus-visible + label { box-shadow: 0 0 0 2px $blue; - z-index: 3; + z-index: 2; } &:focus + label { box-shadow: 0 0 0 2px $blue; @@ -159,7 +159,7 @@ export default { &:hover { box-shadow: 0 0 0 4px $blue-300; cursor: pointer; - z-index: 3 !important; + z-index: 4 !important; } + p { display: none;