Skip to content

Commit

Permalink
fix(forms): no bold labels
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 2, 2022
1 parent 486d0b8 commit 65d5b48
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dist/components/c-form.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/django-cms-forms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-styles.base.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions src/lib/_imports/components/c-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@

/* Field: Required, Asterisk, Important */

.c-form__field > label {
font-weight: var(--bold);
}
.c-form__field > label .c-form__star {
font-weight: var(--regular);
}

.c-form__field .c-form__star {
margin-left: 0.5em;
}
Expand Down
7 changes: 0 additions & 7 deletions src/lib/_imports/components/django-cms-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ ul.checkboxselectmultiple li:last-child label {

/* Field: Required, Asterisk, Important */

.field-wrapper > label {
font-weight: var(--bold);
}
.field-wrapper > label .asterisk {
font-weight: var(--regular);
}

.field-wrapper .asterisk {
margin-left: 0.5em;
}
Expand Down

0 comments on commit 65d5b48

Please sign in to comment.