aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorLeslie <[email protected]>2015-09-25 14:19:28 +0100
committerLeslie <[email protected]>2015-09-25 14:19:28 +0100
commitb13ef4a3d29fac361adc82fbfa0202e38abd3c06 (patch)
tree313ece8f078f17d93cef74309cbc183b41a00175 /scss
parentc240dd3549ea53c4d23e729ddecc88497eeed7c7 (diff)
downloadbootstrap-b13ef4a3d29fac361adc82fbfa0202e38abd3c06.tar.xz
bootstrap-b13ef4a3d29fac361adc82fbfa0202e38abd3c06.zip
Reset iOS rounded inputs
They can be rounded later on if $enable-rounded: true.
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index a4dc0398c..42917e8da 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 {