From b0048cb453e197ec0ed2bd1038726b720fbc6a24 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 28 Dec 2022 15:27:37 +0100 Subject: [PATCH] Underline the text for title of the previously completed step --- app/webpacker/css/darkswarm/split-checkout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/webpacker/css/darkswarm/split-checkout.scss b/app/webpacker/css/darkswarm/split-checkout.scss index 48e95141d4..16cb46c43a 100644 --- a/app/webpacker/css/darkswarm/split-checkout.scss +++ b/app/webpacker/css/darkswarm/split-checkout.scss @@ -40,6 +40,10 @@ &.success { border-bottom: 5px solid $clr-turquoise-bright; + span { + text-decoration: underline; + } + span.checkout-tab-label { &:after { content: '✓';