From b606dbcb0a2051574a7873f781b9db91f9551608 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 17 Feb 2022 08:34:32 -0500 Subject: [PATCH] CSR-341 qa bug fix - z-index update. --- .../list-button-horizontal/list-button-horizontal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 f934ca94d..18d6c586d 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -142,6 +142,7 @@ export default { &:checked + label { background: $blue-100; box-shadow: 0 0 0 1px $blue; + z-index: 2; } &:checked + label p:first-child { font-weight: 500; @@ -158,7 +159,7 @@ export default { &:hover { box-shadow: 0 0 0 4px $blue-300; cursor: pointer; - z-index: 2; + z-index: 3 !important; } + p { display: none;