pablocattaneo
8/11/2017 - 2:23 PM

Keep function input number but show it without arrow.

Keep function input number but show it without arrow.

Source: https://stackoverflow.com/a/22559163/3599272

    input[type="number"]
      -moz-appearance textfield
      &::-webkit-inner-spin-button
      &::-webkit-outer-spin-button
        -webkit-appearance none
        margin 0
    input[type="number"]
      -moz-appearance textfield
      &::-webkit-inner-spin-button,
      &::-webkit-outer-spin-button
        -webkit-appearance: none
        margin: 0