]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reset iOS rounded inputs 17701/head
authorLeslie <iam@lesleh.co.uk>
Fri, 25 Sep 2015 13:19:28 +0000 (14:19 +0100)
committerLeslie <iam@lesleh.co.uk>
Fri, 25 Sep 2015 13:19:28 +0000 (14:19 +0100)
They can be rounded later on if $enable-rounded: true.

scss/_reboot.scss

index a4dc0398c14fdb5a583fe572d86d856ed0d38296..42917e8daf4669c757b10397880e4927a5294450 100644 (file)
@@ -249,6 +249,8 @@ textarea {
   // properly inherited. However, `line-height` isn't addressed there. Using this
   // ensures we don't need to unnecessarily redeclare the global font stack.
   line-height: inherit;
+  // iOS adds rounded borders by default
+  border-radius: 0;
 }
 
 textarea {