From dcbe9dd1cb077d0bba33a3b16ac431c47fd7e9f7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 13 Dec 2022 12:05:18 +0100 Subject: [PATCH] Do not underline element that aren't link --- app/webpacker/css/darkswarm/split-checkout.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/webpacker/css/darkswarm/split-checkout.scss b/app/webpacker/css/darkswarm/split-checkout.scss index 4f851cc6ac..d0e26ce2ea 100644 --- a/app/webpacker/css/darkswarm/split-checkout.scss +++ b/app/webpacker/css/darkswarm/split-checkout.scss @@ -34,7 +34,6 @@ span, span > a { color: $white; - text-decoration: underline; } } @@ -98,7 +97,6 @@ font-size: 1.06rem; @include headingFont; font-weight: $font-weight-bold; - text-decoration: underline; color: $darker-grey; margin-bottom: 1.5rem; }