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 b6b7ec26..db973325 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -84,6 +84,12 @@ export default { border-color: $red; } } + + &.has-success { + input + .list-button-horizontal-content { + border-color: $success; + } + } } .col:first-of-type { .list-button-horizontal-content {