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 dfd322cb3..e60d0d22c 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -223,18 +223,26 @@ export default { span { font-size: .875rem; } - } + } +} + +.col { &:first-of-type { - label { - border-bottom-left-radius: 0.5rem; - border-top-left-radius: 0.5rem; - z-index: 2; + .list-button-horizontal { + label { + border-bottom-left-radius: 0.5rem; + border-top-left-radius: 0.5rem; + z-index: 2; + } } } + &:last-of-type { - label { - border-bottom-right-radius: 0.5rem; - border-top-right-radius: 0.5rem; + .list-button-horizontal { + label { + border-bottom-right-radius: 0.5rem; + border-top-right-radius: 0.5rem; + } } } }