Skip to content

Commit

Permalink
Include placeholder mixin in input (#1257)
Browse files Browse the repository at this point in the history
...so that its color is consistent with $input-color
  • Loading branch information
kblcuk authored and jgthms committed Oct 4, 2017
1 parent 26aa531 commit cb53fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/elements/form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ $help-size: $size-small !default
background-color: $input-background-color
border-color: $input-border-color
color: $input-color
+placeholder
color: rgba($input-color, 0.3)
&:hover,
&.is-hovered
border-color: $input-hover-border-color
Expand Down

0 comments on commit cb53fcf

Please sign in to comment.