From b1103a9554c5593c065466d1e289db2680cf2993 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 7 Jun 2022 17:36:46 +0200 Subject: chore: add a label to progress bar The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter. --- src/components/atoms/forms/label.module.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/atoms/forms') diff --git a/src/components/atoms/forms/label.module.scss b/src/components/atoms/forms/label.module.scss index f900925..aed1546 100644 --- a/src/components/atoms/forms/label.module.scss +++ b/src/components/atoms/forms/label.module.scss @@ -1,6 +1,7 @@ .label { color: var(--color-primary-darker); font-weight: 600; + cursor: pointer; &--small { font-size: var(--font-size-sm); -- cgit v1.2.3