Don't use native form styles on Safari
This commit is contained in:
parent
c371c7c758
commit
2573262e2b
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ input[type="text"], input[type="search"], textarea
|
|||
height: $spacing-vertical * 1.5;
|
||||
line-height: $spacing-vertical - 4;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.busy-indicator
|
||||
|
|
Loading…
Reference in a new issue