From c42c733bdb024a26f77c92def454129f73e6f3e6 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 14 Jul 2023 14:26:25 -0400 Subject: [PATCH] Added point-events: all to ensure that the loader button captures all pointer events for the blocking div --- .../shop-list-button/shop-list-button.vue | 1 + src/ux-components/loader/loader.vue | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue index df80fdffa..3006c8f25 100644 --- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue +++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue @@ -26,6 +26,7 @@ badgeText }} +
diff --git a/src/ux-components/loader/loader.vue b/src/ux-components/loader/loader.vue index 0635614b8..0de04da27 100644 --- a/src/ux-components/loader/loader.vue +++ b/src/ux-components/loader/loader.vue @@ -3,7 +3,7 @@ class="loader" role="alert" aria-label="Loading new page" - v-bind:class="[this.loaderColor, this.loaderPosition, this.blockUi]">
+ v-bind:class="[this.loaderColor, this.loaderPosition]"> @@ -31,6 +26,7 @@ export default {