Browse Source

Merge pull request #172 from mkehlmann/fix/number-input-pinwheel

fix(number-input-pinwheel): Remove pinwheel arrows that were showing …
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
c8746bf7e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/components/Form/PayForm.scss

6
app/components/Form/PayForm.scss

@ -55,6 +55,12 @@
-webkit-appearance: none; -webkit-appearance: none;
font-weight: 200; font-weight: 200;
} }
input[type=number] {
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
-webkit-appearance: none;
}
}
} }
.inputContainer { .inputContainer {

Loading…
Cancel
Save