diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js index 9d056260a..b7ae7ef49 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js @@ -31,7 +31,6 @@ describe("list-button.vue", () => { }); expect(label.attributes()).toEqual({ - role: "radio", tabindex: "-1", for: "2023", class: "d-flex flex-column justify-content-center py-3 px-4 last-item", 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 cee93e31e..b267f2bbb 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -3,7 +3,7 @@
-
-