From: Leslie Date: Fri, 25 Sep 2015 13:19:28 +0000 (+0100) Subject: Reset iOS rounded inputs X-Git-Tag: v4.0.0-alpha.2~251^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13ef4a3d29fac361adc82fbfa0202e38abd3c06;p=thirdparty%2Fbootstrap.git Reset iOS rounded inputs They can be rounded later on if $enable-rounded: true. --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a4dc0398c1..42917e8daf 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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 {