Skip to content

Commit

Permalink
LuxHyperlink should not have pointer-events turned off via CSS
Browse files Browse the repository at this point in the history
If it is in a LuxHeading, it inherits pointer-events:none
  • Loading branch information
sandbergja committed Mar 1, 2024
1 parent e193e8a commit 800e562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LuxHyperlink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 800e562

Please sign in to comment.