diff options
| author | Mark Otto <[email protected]> | 2015-10-13 00:34:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-10-13 00:34:15 -0700 |
| commit | 8cb00d642083b0c997cfb80dabc56dc8ac3f2c02 (patch) | |
| tree | 66d3306d66af2bf2177fa2b9747ce90b16ac965c | |
| parent | ee4a7f384ea5640cd51a20410df93fbdce677df2 (diff) | |
| parent | b13ef4a3d29fac361adc82fbfa0202e38abd3c06 (diff) | |
| download | bootstrap-8cb00d642083b0c997cfb80dabc56dc8ac3f2c02.tar.xz bootstrap-8cb00d642083b0c997cfb80dabc56dc8ac3f2c02.zip | |
Merge pull request #17701 from lesleh/patch-1
Reset iOS rounded inputs
| -rw-r--r-- | scss/_reboot.scss | 2 |
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 { |
