Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(input): remove default Firefox invalid input styling
Browse files Browse the repository at this point in the history
Closes #1165.
  • Loading branch information
ajoslin committed Jan 27, 2015
1 parent 72ced4b commit ba65437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ md-input-container {
/* remove default appearance from all input/textarea */
-moz-appearance: none;
-webkit-appearance: none;
&:invalid {
outline: none;
box-shadow: none;
}
}
textarea {
resize: none;
Expand Down

0 comments on commit ba65437

Please sign in to comment.