diff --git a/less/reset.less b/less/reset.less index 28d8eb60ca..1115f59d80 100644 --- a/less/reset.less +++ b/less/reset.less @@ -108,7 +108,7 @@ input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; // Cursors on all buttons applied consistently - -webkit-appearance: button; // Style clicable inputs in iOS + -webkit-appearance: button; // Style clickable inputs in iOS } input[type="search"] { // Appearance in Safari/Chrome -webkit-appearance: textfield;