From edebef547215a7af00e77af72319538637e4af5e Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Wed, 28 Jan 2026 10:03:13 -0500 Subject: [PATCH] Fix redundant css --- .../list-button-horizontal/list-button-horizontal.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 db973325..9215fca5 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -6,7 +6,7 @@ 'list-group list-button-horizontal d-flex flex-column w-100 base-input-button no-hover', ]">
+ class="button-content list-button-horizontal-content d-flex flex-column justify-content-center"> @@ -50,7 +50,6 @@ export default { position: relative; background: $white; transition: all 150ms linear; - border: $border-input; width: 100%; color: $gray-600;