Skip to content

Commit

Permalink
fix(input): make native input background transparent (#468)
Browse files Browse the repository at this point in the history
Fixes #277
  • Loading branch information
jelbourn committed May 19, 2016
1 parent de2a9f2 commit d2c6cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ $md-input-underline-disabled-background-image: linear-gradient(to right,
// Font needs to be inherited, because by default <input> has a system font.
font: inherit;

// The Material input should match whatever background it is above.
background: transparent;

// By default, <input> has a padding, border, outline and a default width.
border: none;
outline: none;
Expand Down

0 comments on commit d2c6cb8

Please sign in to comment.