Skip to content

Commit

Permalink
Remove appearance from textarea (twbs#29455)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Oct 2, 2019
1 parent 707973e commit de8c651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,10 @@ input[type="month"] {

// 1. Remove the default vertical scrollbar in IE.
// 2. Textareas should really only resize vertically so they don't break their (horizontal) containers.
// 3. Use the same borders as textfields

textarea {
overflow: auto; // 1
resize: vertical; // 2
-webkit-appearance: textfield; // 3
}

// 1. Browsers set a default `min-width: min-content;` on fieldsets,
Expand Down

0 comments on commit de8c651

Please sign in to comment.