Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary input styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Mar 24, 2013
1 parent 89e0792 commit 1b6a6c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ input[type=text], input[type=password], input[type="date"], select {
height:2.5em;
}

input[type=text], input[type=password], input[type="date"] {
@media #{$mobile} {
-webkit-appearance: none; // this is to remove the default inner shadow
-moz-appearance: none; // if this ever works, Moz bug for over a year
}
}

select, label {
font-size: em(12, $font-size);
}
Expand Down

0 comments on commit 1b6a6c9

Please sign in to comment.