diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 04c3ddb0..bb5ff100 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -535,7 +535,15 @@ input[type=text]{ } } } +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +input[type=number] { + -moz-appearance: textfield; +} // check-btn