Skip to content

Commit

Permalink
Let's ensure the fieldset class can only be applied to a fieldset ele…
Browse files Browse the repository at this point in the history
…ment

This encourages the use of the fieldset element, which improves form
accessibility.
  • Loading branch information
gemmaleigh committed Dec 4, 2015
1 parent 061c512 commit 83a34e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sass/elements/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// ==========================================================================

// .fieldset is used to apply styling to fieldsets and to group more than one .form-group
.fieldset {
fieldset.fieldset {
@extend %contain-floats;
width: 100%;
}
Expand Down

0 comments on commit 83a34e8

Please sign in to comment.