Skip to content

Commit

Permalink
Change: %text-field placeholder class added
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed May 6, 2015
1 parent 4ef014d commit e915748
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/melange/elements/forms/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
* .text-field class is added in order to styling other elements like a text field
*/

#{$_text_fields},
textarea,
.text-field {
-webkit-appearance: none;
%text-field {
outline: 0;
padding: $base-input-spacing;
border: $base-border-width solid $base-border-color;
Expand Down Expand Up @@ -41,6 +38,13 @@ textarea,
}
}

#{$_text_fields},
textarea,
.text-field {
-webkit-appearance: none;
@extend %text-field;
}


/**
* Checkable (checkbox, radio) field styles
Expand Down

0 comments on commit e915748

Please sign in to comment.