Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-10-02 22:37:24 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-02 22:37:24 +0300
commitde8c65158be3bbf150b9352a3985762c7e094933 (patch)
tree0a5862e2fe03f740c401dda05c6bb9f1cd1fe037 /scss/_reboot.scss
parent707973ebdd2ea058b297456ee6c7b0a27b725089 (diff)
Remove appearance from textarea (#29455)
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index e0d4f498a5..e6be84e40f 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,