Skip to content

Commit

Permalink
Merge pull request #1598 from alexanderadam/bugfix/add-default-stylin…
Browse files Browse the repository at this point in the history
…g-for-number-inputs

add default styling for number inputs
  • Loading branch information
tvdeyen authored Aug 15, 2019
2 parents 86cced4 + 19ea15f commit 70cb77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/form_fields.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
textarea,
input[type="url"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ form {
@include clearfix;

> input[type="url"],
> input[type="number"],
> input[type="text"],
> input[type="email"],
> input[type="password"],
Expand Down

0 comments on commit 70cb77b

Please sign in to comment.