Implementing removal of spinners in numeric inputs. #2086
Answered
by
astahmer
MeanBoyCousin
asked this question in
Q&A
-
Been tinkering for a while but for the life of me I can't suss out the syntax here. Any help appreciated. /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
} Ref: https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp |
Beta Was this translation helpful? Give feedback.
Answered by
astahmer
Jan 25, 2024
Replies: 1 comment 1 reply
-
sorry, I don't understand your question |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MeanBoyCousin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry, I don't understand your question
are you asking how to do that with Panda ? I converted your CSS to css in JS objects and pasted that in the config.globalCss
https://play.panda-css.com/ItFI4N8gpX