diff options
| author | Leslie <[email protected]> | 2015-09-25 14:19:28 +0100 |
|---|---|---|
| committer | Leslie <[email protected]> | 2015-09-25 14:19:28 +0100 |
| commit | b13ef4a3d29fac361adc82fbfa0202e38abd3c06 (patch) | |
| tree | 313ece8f078f17d93cef74309cbc183b41a00175 /scss | |
| parent | c240dd3549ea53c4d23e729ddecc88497eeed7c7 (diff) | |
| download | bootstrap-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.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 { |
