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;