mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Reset iOS rounded inputs
They can be rounded later on if $enable-rounded: true.
This commit is contained in:
parent
c240dd3549
commit
b13ef4a3d2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user