feat(labels): Add css var to fieldset legend

This commit is contained in:
Lucas Larroche 2021-12-31 12:20:57 +07:00
parent 66f85919e5
commit 8fadb0e7e8
20 changed files with 15 additions and 30 deletions

View file

@ -1264,9 +1264,6 @@ label,
fieldset legend {
display: block;
margin-bottom: calc(var(--spacing) * 0.25);
}
label {
font-weight: var(--form-label-font-weight, var(--font-weight));
}