From 37bd666d620ca0f82ecd4efac93f43136a7fa650 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Mon, 13 Mar 2023 13:00:20 +0100 Subject: [PATCH] fix underline lightbox link --- assets/sass/_theme/design-system/typography.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass index 79811255..74f77bde 100644 --- a/assets/sass/_theme/design-system/typography.sass +++ b/assets/sass/_theme/design-system/typography.sass @@ -228,6 +228,8 @@ a, &[href^="mailto"] &::after content: none + &.glightbox + text-decoration: none @mixin btn font-size: $btn-font-size -- GitLab