Skip to content

Commit de8c651

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Remove appearance from textarea (#29455)
1 parent 707973e commit de8c651

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_reboot.scss

-2
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,10 @@ input[type="month"] {
465465

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

470469
textarea {
471470
overflow: auto; // 1
472471
resize: vertical; // 2
473-
-webkit-appearance: textfield; // 3
474472
}
475473

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

0 commit comments

Comments
 (0)