From 6e9a89784b6f5e6961bd3939e23b0fd30740e479 Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Tue, 27 Jan 2026 17:03:16 -0500 Subject: [PATCH] Add success style --- .../list-button-horizontal/list-button-horizontal.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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 {