From d015985d0fce33d11701da98c5f8221483eb19af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A9sor=20ILOYI?= Date: Tue, 27 Feb 2024 11:29:28 +0100 Subject: [PATCH] fix(component/stepper): add cursor:pointer for stepper links --- packages/styles/components/_c.stepper.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/styles/components/_c.stepper.scss b/packages/styles/components/_c.stepper.scss index 263cba38f..2dbdb9062 100644 --- a/packages/styles/components/_c.stepper.scss +++ b/packages/styles/components/_c.stepper.scss @@ -92,6 +92,7 @@ } &__link { + cursor: pointer; height: 100%; text-decoration: none; width: 100%;