From de8c65158be3bbf150b9352a3985762c7e094933 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Wed, 2 Oct 2019 21:37:24 +0200 Subject: [PATCH] Remove appearance from textarea (#29455) --- scss/_reboot.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e0d4f498a53c..e6be84e40f1a 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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,