Skip to content

Commit

Permalink
Fix submit buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thedeerchild committed Apr 4, 2014
1 parent 7ddd42f commit 6a6cef8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/foundation/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="submit"],
textarea {
-webkit-appearance: none;
@include form-element;
Expand All @@ -394,6 +393,10 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
}
}

input[type="submit"] {
-webkit-appearance: none;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
height: auto;
Expand Down

0 comments on commit 6a6cef8

Please sign in to comment.