From 6d7f6fa1abb5e6c05f47d15fc7bffa9eda482c75 Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 15 Dec 2021 13:32:10 -0500 Subject: [PATCH] Remove role from label. Update unit test. --- .../list-button-horizontal/list-button-horizontal.spec.js | 1 - .../list-button-horizontal/list-button-horizontal.vue | 4 ++-- src/ux-components/list-button/list-button.spec.js | 1 - src/ux-components/list-button/list-button.vue | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) 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 @@
-
-