From 800e562419000ecdf09617898813dad317e9e645 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Fri, 1 Mar 2024 10:44:27 -0800 Subject: [PATCH] LuxHyperlink should not have pointer-events turned off via CSS If it is in a LuxHeading, it inherits pointer-events:none --- src/components/LuxHyperlink.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LuxHyperlink.vue b/src/components/LuxHyperlink.vue index a6c3ef0..6caa1f4 100644 --- a/src/components/LuxHyperlink.vue +++ b/src/components/LuxHyperlink.vue @@ -53,6 +53,7 @@ export default { @import "../assets/styles/spacing.scss"; .lux-link { + pointer-events: auto; color: --var(color-bleu-de-france-dark); font-family: --var(font-family-text); text-decoration: none;