Skip to content

Commit

Permalink
Fix fieldset default styling imposed by normalize. Applicable only to…
Browse files Browse the repository at this point in the history
… element-stylers.
  • Loading branch information
gbrownlee committed Apr 11, 2016
1 parent 4c4da02 commit 2bc5e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## UNRELEASED
* Updated element mapping to include fieldsets. Fixes default styling set by normalize.

## v.5.2.0
* Bugfix select box text foreground color
Expand Down
3 changes: 3 additions & 0 deletions less/element-map.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ a {
hr {
&:extend(.ffe-divider-line all);
}
fieldset {
&:extend(.ffe-fieldset all);
}

0 comments on commit 2bc5e0a

Please sign in to comment.