Remove appearance from textarea (#29455)

This commit is contained in:
Martijn Cuppens 2019-10-02 21:37:24 +02:00 committed by XhmikosR
parent 707973ebdd
commit de8c65158b
1 changed files with 0 additions and 2 deletions

View File

@ -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,