Right, I think I mis-remembered the precise CSS which sites used; I think it was actually `-moz-appearance:textfield`, as per the comments here: https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
Bug 1786154 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Right, I think I mis-remembered the precise CSS which sites used; I think it was actually `-moz-appearance:textfield`, as per the comments here: https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ That said, as per those sites, it's a common trick to hide the spinners with appearance, but there are webkit-specific pseudoselectors involved (bug 1355574).
Right, I think I mis-remembered the precise CSS which sites used; I think it was actually `-moz-appearance:textfield`, as per the comments here: https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ That said, as per those sites, it's a common trick to hide the spinners with appearance, but there are webkit-specific pseudoselectors involved (bug 1355574). Having at least one of those methods work on Firefox would help with webcompat.
Right, I think I mis-remembered the precise CSS which sites used; I think it was actually `-moz-appearance:textfield`, as per the comments here: https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ That said, as per those sites, it's a common trick to hide the spinners with appearance, but there are webkit-specific pseudoselectors involved (bug 1355574). Having at least one of those methods work on Firefox would help with webcompat, and since `moz-appearance` is gone maybe we ought to fix that bug instead?
Right, I think I mis-remembered the precise CSS which sites used; I think it was actually `-moz-appearance:textfield`, as per the comments here: https://css-tricks.com/snippets/css/turn-off-number-input-spinners/ That said, as per those sites, it's a common trick to hide the spinners with appearance, but there are webkit-specific pseudoselectors involved (bug 1355574). Having at least one of those methods work on Firefox would help with webcompat, and since `moz-appearance` is gone maybe we ought to fix that bug instead? (I can't imagine many sites would use `appearance` as well as (or instead of) `moz-appearance`).